HomeSort by relevance Sort by last modified time
    Searched refs:sop (Results 1 - 25 of 28) sorted by null

1 2

  /external/libevent/
select.c 97 static int select_resize(struct selectop *sop, int fdsz);
98 static void select_free_selectop(struct selectop *sop);
103 struct selectop *sop; local
105 if (!(sop = mm_calloc(1, sizeof(struct selectop))))
108 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) {
109 select_free_selectop(sop);
115 return (sop);
120 check_selectop(struct selectop *sop)
125 #define check_selectop(sop) do { (void) sop; } while (0
132 struct selectop *sop = base->evbase; local
243 struct selectop *sop = base->evbase; local
290 struct selectop *sop = base->evbase; local
    [all...]
  /external/valgrind/none/tests/
sem.c 14 struct sembuf sop; local
25 sop.sem_num = 0;
26 sop.sem_op = 1;
27 sop.sem_flg = 0;
29 if (semop(semid, &sop, 1) < 0)
54 sop.sem_num = 0;
55 sop.sem_op = 0;
56 sop.sem_flg = 0;
61 if (semtimedop(semid, &sop, 1, &ts) < 0 && errno != EAGAIN)
69 sop.sem_num = 0
    [all...]
  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 255 struct sembuf sop[1]; local
256 sop[0].sem_num = 0;
257 sop[0].sem_op = 0;
258 sop[0].sem_flg = 0;
260 if (semop(semid, sop, 1) == -1) {
299 struct sembuf sop[1]; local
344 sop[0].sem_num = 0;
345 sop[0].sem_op = 1;
346 sop[0].sem_flg = 0;
347 if (semop(semid, sop, 1) == -1)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 2495 int sop = ((iw1 >> DSP32Shift_sop_bits) & DSP32Shift_sop_mask); local
2597 int sop = ((iw1 >> DSP32ShiftImm_sop_bits) & DSP32ShiftImm_sop_mask); local
    [all...]
tc-msp430.c 110 int sop; /* Opcode if jump length is short. */ member in struct:rcodes_s
117 #define MSP430_RLC(n,i,sop,o1) \
118 {#n, i, sop, 2, (o1 + 2), 0x4010, 0}
134 #define MSP430_RLC(n,i,sop,o1) \
135 {#n, i, sop, 2, (o1 + 2), 0x0030, 0}
    [all...]
bfin-parse.y 40 #define DSP32SHIFT(sopcde, dst0, src0, src1, sop, hls) \
41 bfin_gen_dsp32shift (sopcde, dst0, src0, src1, sop, hls)
43 #define DSP32SHIFTIMM(sopcde, dst0, immag, src1, sop, hls) \
44 bfin_gen_dsp32shiftimm (sopcde, dst0, immag, src1, sop, hls)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 68 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)
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]
regex2.h 65 typedef unsigned long sop; /* strip operator */ typedef
72 #define SOP(op, opnd) ((op)|(opnd))
132 sop *strip; /* malloced area for strip */
regengine.inc 299 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;
598 while (m->g->strip[ss] != SOP(O_BACK, i))
857 sop s
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 68 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)
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]
regex2.h 65 typedef unsigned long sop; /* strip operator */ typedef
72 #define SOP(op, opnd) ((op)|(opnd))
132 sop *strip; /* malloced area for strip */
regengine.inc 299 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;
598 while (m->g->strip[ss] != SOP(O_BACK, i))
857 sop s
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 60 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)
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]
regex2.h 62 typedef unsigned long sop; /* strip operator */ typedef
69 #define SOP(op, opnd) ((op)|(opnd))
129 sop *strip; /* malloced area for strip */
regengine.inc 299 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;
598 while (m->g->strip[ss] != SOP(O_BACK, i))
857 sop s
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 112 typedef u_int32_t sop; /* strip operator */ typedef
119 #define SOP(op, opnd) ((op)|(opnd))
181 sop *strip; /* malloced area for strip */
regcomp.c 112 sop *strip; /* malloced strip */
163 static void doemit(struct parse *p, sop op, sopno opnd);
164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos);
199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd)
200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
218 (p)->ssize * sizeof(sop))
269 p->strip = calloc(p->ssize, sizeof(sop));
    [all...]
engine.c 361 sopno ss; /* start sop of current subRE */
362 sopno es; /* end sop of current subRE */
367 sopno ssub; /* start sop of subsubRE */
368 sopno esub; /* end sop of subsubRE */
571 sopno ss; /* start sop of current subRE */
573 sopno ssub; /* start sop of subsubRE */
574 sopno esub; /* end sop of subsubRE */
579 sop s;
686 while (m->g->strip[ss] != SOP(O_BACK, i))
976 sop s
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 148 ir2_instr_create_alu(struct ir2_cf *cf, instr_vector_opc_t vop, instr_scalar_opc_t sop)
154 instr->alu.scalar_opc = sop;
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 581 const char *sop = "<unknown op>"; local
596 case 0: sop = " = "; break;
597 case 1: sop = " += "; break;
598 case 2: sop = " -= "; break;
603 OUTS (outf, sop);
3886 int sop = ((iw1 >> DSP32Shift_sop_bits) & DSP32Shift_sop_mask); local
4315 int sop = ((iw1 >> DSP32ShiftImm_sop_bits) & DSP32ShiftImm_sop_mask); local
    [all...]
msp430-decode.opc 303 sopc_to_id (int sop, int c)
305 switch (sop * 2 + c)
  /external/mesa3d/src/glx/
pixelstore.c 43 * \param sop Either \c X_GLsop_PixelStoref or \c X_GLsop_PixelStorei
50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname,
56 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen);
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 137 sop = child.get( 'sop' )
143 if sop:
144 self.glx_sop = int(sop)
  /external/ImageMagick/MagickCore/
enhance.c 541 *sop;
571 sop=GetXMLTreeChild(cc,"SOPNode");
572 if (sop != (XMLTreeInfo *) NULL)
579 slope=GetXMLTreeChild(sop,"Slope");
611 offset=GetXMLTreeChild(sop,"Offset");
644 power=GetXMLTreeChild(sop,"Power");
535 *sop; local
    [all...]
  /art/compiler/utils/arm/
assembler_arm_test.h 28 typename SOp,
395 std::string RepeatTemplatedRSC(void (Ass::*f)(RegT, SOp, Cond),
397 const std::vector<SOp>& shifts,
413 for (const SOp& shift : shifts) {
449 std::string RepeatTemplatedRRSC(void (Ass::*f)(Reg1, Reg2, const SOp&, Cond),
452 const std::vector<SOp>& shifts,
469 for (const SOp& shift : shifts) {
523 virtual std::vector<SOp>& GetShiftOperands() = 0;
524 virtual std::string GetShiftString(SOp sop) = 0
    [all...]

Completed in 2687 milliseconds

1 2