HomeSort by: relevance | last modified time | path
    Searched refs:ops2 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/rpc/
svc_raw.c 240 static struct xp_ops2 ops2; local
254 ops2.xp_control = svc_raw_control;
257 xprt->xp_ops2 = &ops2;
svc_vc.c 701 static struct xp_ops2 ops2; local
703 /* VARIABLES PROTECTED BY ops_lock: ops, ops2 */
713 ops2.xp_control = svc_vc_control;
716 xprt->xp_ops2 = &ops2;
724 static struct xp_ops2 ops2; local
737 ops2.xp_control = svc_vc_rendezvous_control;
740 xprt->xp_ops2 = &ops2;
svc_dg.c 320 static struct xp_ops2 ops2; local
334 ops2.xp_control = svc_dg_control;
337 xprt->xp_ops2 = &ops2;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-predicate.cc 42 expr_eval_ops_equal_p (expr_eval_ops ops1, expr_eval_ops ops2)
46 if (!ops2 || ops1->length () != ops2->length ())
52 expr_eval_op &op2 = (*ops2)[i];
63 return !ops2;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
put.c 62 int ops2 [ ] = variable
putscj.c 66 extern int ops2[];
74 #define P2OP(x) (ops2[(x)->b_expr.opcode])
555 if ((k = ops2[q->b_expr.opcode]) <= 0)
952 p3 = mkbinode(ops2[p->b_expr.opcode], p1, p2, CHAR);

Completed in 157 milliseconds