Home
last modified time | relevance | path

Searched refs:sop (Results 1 – 22 of 22) sorted by relevance

/external/libevent/
Dselect.c97 static int select_resize(struct selectop *sop, int fdsz);
98 static void select_free_selectop(struct selectop *sop);
103 struct selectop *sop; in select_init() local
105 if (!(sop = mm_calloc(1, sizeof(struct selectop)))) in select_init()
108 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) { in select_init()
109 select_free_selectop(sop); in select_init()
115 return (sop); in select_init()
120 check_selectop(struct selectop *sop) in check_selectop() argument
125 #define check_selectop(sop) do { (void) sop; } while (0) argument
132 struct selectop *sop = base->evbase; in select_dispatch() local
[all …]
/external/valgrind/none/tests/
Dsem.c14 struct sembuf sop; in main() local
25 sop.sem_num = 0; in main()
26 sop.sem_op = 1; in main()
27 sop.sem_flg = 0; in main()
29 if (semop(semid, &sop, 1) < 0) in main()
54 sop.sem_num = 0; in main()
55 sop.sem_op = 0; in main()
56 sop.sem_flg = 0; in main()
61 if (semtimedop(semid, &sop, 1, &ts) < 0 && errno != EAGAIN) in main()
69 sop.sem_num = 0; in main()
[all …]
/external/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c255 struct sembuf sop[1]; in alloc_mem() local
256 sop[0].sem_num = 0; in alloc_mem()
257 sop[0].sem_op = 0; in alloc_mem()
258 sop[0].sem_flg = 0; in alloc_mem()
260 if (semop(semid, sop, 1) == -1) { in alloc_mem()
299 struct sembuf sop[1]; in main() local
344 sop[0].sem_num = 0; in main()
345 sop[0].sem_op = 1; in main()
346 sop[0].sem_flg = 0; in main()
347 if (semop(semid, sop, 1) == -1) { in main()
[all …]
/external/llvm/lib/Support/
Dregcomp.c68 sop *strip; /* malloced strip */
108 static void doemit(struct parse *, sop, size_t);
109 static void doinsert(struct parse *, sop, size_t, sopno);
110 static void dofwd(struct parse *, sopno, sop);
139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp()
1334 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1347 doemit(struct parse *p, sop op, size_t opnd) in doemit()
[all …]
Dregex2.h65 typedef unsigned long sop; /* strip operator */ typedef
132 sop *strip; /* malloced area for strip */
Dregengine.inc299 sopno ss; /* start sop of current subRE */
300 sopno es; /* end sop of current subRE */
305 sopno ssub; /* start sop of subsubRE */
306 sopno esub; /* end sop of subsubRE */
487 sopno ss; /* start sop of current subRE */
489 sopno ssub; /* start sop of subsubRE */
490 sopno esub; /* end sop of subsubRE */
495 sop s;
857 sop s;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c68 sop *strip; /* malloced strip */
108 static void doemit(struct parse *, sop, size_t);
109 static void doinsert(struct parse *, sop, size_t, sopno);
110 static void dofwd(struct parse *, sopno, sop);
139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp()
1334 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1347 doemit(struct parse *p, sop op, size_t opnd) in doemit()
[all …]
Dregex2.h65 typedef unsigned long sop; /* strip operator */ typedef
132 sop *strip; /* malloced area for strip */
Dregengine.inc299 sopno ss; /* start sop of current subRE */
300 sopno es; /* end sop of current subRE */
305 sopno ssub; /* start sop of subsubRE */
306 sopno esub; /* end sop of subsubRE */
487 sopno ss; /* start sop of current subRE */
489 sopno ssub; /* start sop of subsubRE */
490 sopno esub; /* end sop of subsubRE */
495 sop s;
857 sop s;
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c60 sop *strip; /* malloced strip */
100 static void doemit(struct parse *, sop, size_t);
101 static void doinsert(struct parse *, sop, size_t, sopno);
102 static void dofwd(struct parse *, sopno, sop);
131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp()
1296 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1309 doemit(struct parse *p, sop op, size_t opnd) in doemit()
[all …]
Dregex2.h62 typedef unsigned long sop; /* strip operator */ typedef
129 sop *strip; /* malloced area for strip */
Dregengine.inc299 sopno ss; /* start sop of current subRE */
300 sopno es; /* end sop of current subRE */
305 sopno ssub; /* start sop of subsubRE */
306 sopno esub; /* end sop of subsubRE */
487 sopno ss; /* start sop of current subRE */
489 sopno ssub; /* start sop of subsubRE */
490 sopno esub; /* end sop of subsubRE */
495 sop s;
857 sop s;
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h148 ir2_instr_create_alu(struct ir2_cf *cf, instr_vector_opc_t vop, instr_scalar_opc_t sop) in ir2_instr_create_alu() argument
154 instr->alu.scalar_opc = sop; in ir2_instr_create_alu()
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py137 sop = child.get( 'sop' )
143 if sop:
144 self.glx_sop = int(sop)
Dgl_API.dtd70 sop NMTOKEN #IMPLIED attribute
126 sop - Opcode value for "single" commands
/external/mesa3d/src/glx/
Dpixelstore.c50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, in send_PixelStore() argument
56 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen); in send_PixelStore()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td475 SDNode an=add, SDNode mn=mul, NVPTXInst sop=NOP,
482 sop>,
489 sop>,
493 multiclass VMADV2Only<string asmstr, NVPTXRegClass regclass, NVPTXInst sop=NOP,
499 (mul regclass:$a, regclass:$b), regclass:$c))], sop>,
502 multiclass VFMADV2Only<string asmstr, NVPTXRegClass regclass, NVPTXInst sop=NOP,
508 (fmul regclass:$a, regclass:$b), regclass:$c))], sop>,
843 class Vec_Move<string asmstr, NVPTXRegClass vclass, NVPTXInst sop=NOP>
846 [], sop>;
924 class Vec_Select<NVPTXRegClass vclass, string asmstr, NVPTXInst sop>
[all …]
/external/ImageMagick/MagickCore/
Denhance.c535 *sop; in ColorDecisionListImage() local
565 sop=GetXMLTreeChild(cc,"SOPNode"); in ColorDecisionListImage()
566 if (sop != (XMLTreeInfo *) NULL) in ColorDecisionListImage()
573 slope=GetXMLTreeChild(sop,"Slope"); in ColorDecisionListImage()
605 offset=GetXMLTreeChild(sop,"Offset"); in ColorDecisionListImage()
638 power=GetXMLTreeChild(sop,"Power"); in ColorDecisionListImage()
/external/valgrind/VEX/priv/
Dhost_arm64_isel.c1517 ARM64ShiftOp sop = 0; /* invalid */ in iselIntExpr_R_wrk() local
1570 case Iop_Shr64: sop = ARM64sh_SHR; goto sh_binop; in iselIntExpr_R_wrk()
1571 case Iop_Sar64: sop = ARM64sh_SAR; goto sh_binop; in iselIntExpr_R_wrk()
1572 case Iop_Shl64: case Iop_Shl32: sop = ARM64sh_SHL; goto sh_binop; in iselIntExpr_R_wrk()
1577 addInstr(env, ARM64Instr_Shift(dst, argL, argR, sop)); in iselIntExpr_R_wrk()
Dhost_arm_isel.c1401 ARMShiftOp sop = 0; /* invalid */ in iselIntExpr_R_wrk() local
1432 case Iop_Shl32: sop = ARMsh_SHL; goto sh_binop; in iselIntExpr_R_wrk()
1433 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop; in iselIntExpr_R_wrk()
1434 case Iop_Sar32: sop = ARMsh_SAR; goto sh_binop; in iselIntExpr_R_wrk()
1439 addInstr(env, ARMInstr_Shift(sop, dst, argL, argR)); in iselIntExpr_R_wrk()
/external/bison/tests/
Dexisting.at1854 /* The rest of these rules are a compatibility sop. */
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_Latin.txt1279 Chang-sop, Chung