Home
last modified time | relevance | path

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

12

/external/libevent/
Dselect.c106 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-project/llvm/lib/Target/CSKY/
DCSKYInstrFormats.td61 class I_18_Z_L<bits<3> sop, string op, Operand operand, list<dag> pattern>
67 let Inst{20 - 18} = sop;
87 class I_16_MOV<bits<5> sop, string op, ImmLeaf ImmType>
93 let Inst{25 - 21} = sop;
103 class I_16_Z_L<bits<5> sop, string op, Operand operand, list<dag> pattern>
109 let Inst{25 - 21} = sop;
116 class I_16_L<bits<5> sop, dag outs, dag ins, string op, list<dag> pattern>
120 let Inst{25 - 21} = sop;
126 class I_16_L_B<bits<5> sop, string op, Operand operand, list<dag> pattern>
127 : I_16_L<sop, (outs), (ins operand:$imm16, CARRY:$ca), op, pattern> {
[all …]
/external/llvm-project/llvm/lib/Support/
Dregcomp.c196 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 …]
Dregex2.h68 typedef unsigned long sop; /* strip operator */ typedef
135 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-10.0/llvm/lib/Support/
Dregcomp.c196 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 …]
Dregex2.h68 typedef unsigned long sop; /* strip operator */ typedef
135 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/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/libcups/vcnet/regex/
Dregcomp.c23 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 …]
Dregex2.h39 typedef long sop; /* strip operator */ typedef
106 sop *strip; /* malloced area for strip */
Dregcomp.ih40 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);
Ddebug.c95 register sop *s;
99 register sop opnd;
/external/arm-optimized-routines/math/test/
Dmathtest.c626 special_op* sop; in find_special_op_from_op() local
628 sop = special_ops_double; in find_special_op_from_op()
630 sop = special_ops_float; in find_special_op_from_op()
633 if(sop->op1 == (op1&0x7fffffff) && sop->op2 == op2) { in find_special_op_from_op()
635 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
637 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
639 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
643 sop++; in find_special_op_from_op()
650 special_op* sop; in find_special_op_from_name() local
652 sop = special_ops_double; in find_special_op_from_name()
[all …]
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c627 special_op* sop; in find_special_op_from_op() local
629 sop = special_ops_double; in find_special_op_from_op()
631 sop = special_ops_float; in find_special_op_from_op()
634 if(sop->op1 == (op1&0x7fffffff) && sop->op2 == op2) { in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
644 sop++; in find_special_op_from_op()
651 special_op* sop; in find_special_op_from_name() local
653 sop = special_ops_double; in find_special_op_from_name()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_search.c113 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/
DglX_XML.py136 sop = child.get( 'sop' )
142 if sop:
143 self.glx_sop = int(sop)
Dgl_API.dtd74 sop NMTOKEN #IMPLIED attribute
143 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 …]

12