HomeSort by: relevance | last modified time | path
    Searched defs:ops2 (Results 1 - 5 of 5) 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_dg.c 320 static struct xp_ops2 ops2; local
334 ops2.xp_control = svc_dg_control;
337 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;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
put.c 62 int ops2 [ ] = variable
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 3199 rtx ops2[] = {d->target, d->op1, d->op0, mask}; local
3200 emit_vlmax_insn (code_for_pred_merge (vmode), MERGE_OP, ops2); local
4959 rtx ops2[] = {and2, x1, gen_int_mode (m3, imode)}; local
4961 ops2); local

Completed in 54 milliseconds