/external/cronet/third_party/libevent/ |
D | select.c | 97 static int select_resize(struct selectop *sop, int fdsz); 102 struct selectop *sop; in select_init() local 108 if (!(sop = calloc(1, sizeof(struct selectop)))) in select_init() 111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask)); in select_init() 115 return (sop); in select_init() 120 check_selectop(struct selectop *sop) in check_selectop() argument 123 for (i = 0; i <= sop->event_fds; ++i) { in check_selectop() 124 if (FD_ISSET(i, sop->event_readset_in)) { in check_selectop() 125 assert(sop->event_r_by_fd[i]); in check_selectop() 126 assert(sop->event_r_by_fd[i]->ev_events & EV_READ); in check_selectop() [all …]
|
/external/libevent/ |
D | select.c | 106 static int select_resize(struct selectop *sop, int fdsz); 107 static void select_free_selectop(struct selectop *sop); 112 struct selectop *sop; in select_init() local 114 if (!(sop = mm_calloc(1, sizeof(struct selectop)))) in select_init() 117 if (select_resize(sop, SELECT_ALLOC_SIZE(32 + 1))) { in select_init() 118 select_free_selectop(sop); in select_init() 126 return (sop); in select_init() 131 check_selectop(struct selectop *sop) in check_selectop() argument 136 #define check_selectop(sop) do { (void) sop; } while (0) argument 143 struct selectop *sop = base->evbase; in select_dispatch() local [all …]
|
/external/llvm/lib/Support/ |
D | 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) 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 …]
|
D | regex2.h | 65 typedef unsigned long sop; /* strip operator */ typedef 132 sop *strip; /* malloced area for strip */
|
D | 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; 857 sop s;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | 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) 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 …]
|
D | regex2.h | 65 typedef unsigned long sop; /* strip operator */ typedef 132 sop *strip; /* malloced area for strip */
|
D | 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; 857 sop s;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 196 sop *strip; /* malloced strip */ 236 static void doemit(struct parse *, sop, size_t); 237 static void doinsert(struct parse *, sop, size_t, sopno); 238 static void dofwd(struct parse *, sopno, sop); 267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) 268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 323 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp() 1462 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl() 1475 doemit(struct parse *p, sop op, size_t opnd) in doemit() [all …]
|
D | regex2.h | 68 typedef unsigned long sop; /* strip operator */ typedef 135 sop *strip; /* malloced area for strip */
|
D | 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; 857 sop s;
|
/external/libcups/vcnet/regex/ |
D | regcomp.c | 23 sop *strip; /* malloced strip */ 58 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) 59 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 61 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 119 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); 1349 (char *)(p->strip + start), (size_t)len*sizeof(sop)); 1365 sop op; 1391 sop op; 1396 register sop s; 1420 (HERE()-pos-1)*sizeof(sop)); [all …]
|
D | regcomp.ih | 40 static void doemit(register struct parse *p, sop op, size_t opnd); 41 static void doinsert(register struct parse *p, sop op, size_t opnd, sopno pos); 42 static void dofwd(register struct parse *p, sopno pos, sop value);
|
D | regex2.h | 39 typedef long sop; /* strip operator */ typedef 106 sop *strip; /* malloced area for strip */
|
D | debug.c | 95 register sop *s; 99 register sop opnd;
|
D | engine.c | 437 register sop s; 821 register sop s;
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 629 special_op* sop; in find_special_op_from_op() local 631 sop = special_ops_double; in find_special_op_from_op() 633 sop = special_ops_float; in find_special_op_from_op() 636 if(sop->op1 == (op1&0x7fffffff) && sop->op2 == op2) { in find_special_op_from_op() 638 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op() 640 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op() 642 strcpy(tmp_op.name,sop->name); in find_special_op_from_op() 646 sop++; in find_special_op_from_op() 653 special_op* sop; in find_special_op_from_name() local 655 sop = special_ops_double; in find_special_op_from_name() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | shape_reification_pass.cc | 78 if (auto sop = llvm::dyn_cast<shape::ShapeOfOp>(user)) { in matchAndRewrite() local 79 shapeUsers.push_back(sop); in matchAndRewrite() 137 for (shape::ShapeOfOp sop : shapeUsers) { in matchAndRewrite() local 138 rewriter.replaceOp(sop, newAopResults[i]); in matchAndRewrite()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.c | 113 nir_op_matches_search_op(nir_op nop, uint16_t sop) in nir_op_matches_search_op() argument 115 if (sop <= nir_last_opcode) in nir_op_matches_search_op() 116 return nop == sop; in nir_op_matches_search_op() 136 switch (sop) { in nir_op_matches_search_op() 201 nir_op_for_search_op(uint16_t sop, unsigned bit_size) in nir_op_for_search_op() argument 203 if (sop <= nir_last_opcode) in nir_op_for_search_op() 204 return sop; in nir_op_for_search_op() 233 switch (sop) { in nir_op_for_search_op()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_XML.py | 136 sop = child.get( 'sop' ) 142 if sop: 143 self.glx_sop = int(sop)
|
D | gl_API.dtd | 74 sop NMTOKEN #IMPLIED attribute 143 sop - Opcode value for "single" commands
|
/external/mesa3d/src/glx/ |
D | pixelstore.c | 50 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/ |
D | NVPTXVector.td | 475 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/hyphenation-patterns/af/ |
D | hyph-af.hyp.txt | 52 grond-sop
|
/external/ImageMagick/MagickCore/ |
D | enhance.c | 1068 *sop; in ColorDecisionListImage() local 1098 sop=GetXMLTreeChild(cc,"SOPNode"); in ColorDecisionListImage() 1099 if (sop != (XMLTreeInfo *) NULL) in ColorDecisionListImage() 1106 slope=GetXMLTreeChild(sop,"Slope"); in ColorDecisionListImage() 1138 offset=GetXMLTreeChild(sop,"Offset"); in ColorDecisionListImage() 1171 power=GetXMLTreeChild(sop,"Power"); in ColorDecisionListImage()
|