Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/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;
/third_party/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 …]
/third_party/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()
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/
Djp2kcodestream.h34 gboolean sop; member
87 gboolean sop, eph; member
Djp2kcodestream.c577 cod->sop = ! !(Scod & 0x02); in parse_cod()
645 (cod->PPx ? 0x01 : 0x00) | (cod->sop ? 0x02 : 0x00) | (cod-> in write_cod()
850 gboolean sop, eph; in parse_packet() local
853 sop = (tile->cod) ? tile->cod->sop : header->cod.sop; in parse_packet()
886 if (sop && length > 6) { in parse_packet()
914 p->sop = TRUE; in parse_packet()
924 p->sop = FALSE; in parse_packet()
930 } else if (sop) { in parse_packet()
971 p->sop = TRUE; in parse_packet()
1000 return packet->length + (packet->sop ? 6 : 0) + ((packet->eph in sizeof_packet()
[all …]
/third_party/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
141 sop - Opcode value for "single" commands
/third_party/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()
/third_party/ffmpeg/libavcodec/
Dj2kenc.c137 int sop; member
337 if (s->sop) in put_cod()
790 if (s->sop) { in encode_packet()
1823 …{ "sop", "SOP marker", OFFSET(sop), AV_OPT_TYPE_INT, { .i64 = 0 …
/third_party/ffmpeg/tests/fate/
Dadpcm.mak47 fate-adpcm-ima-dk3: CMD = md5 -i $(TARGET_SAMPLES)/duck/sop-audio-only.avi -f s16le
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1426 struct fuse_session_ops sop = { in fuse_lowlevel_new() local
1456 se = fuse_session_new(&sop, f); in fuse_lowlevel_new()
/third_party/harfbuzz/perf/texts/
Den-words.txt10070 sop
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10070 sop
/third_party/ffmpeg/doc/
Dencoders.texi1375 @item sop @var{boolean}
/third_party/icu/icu4j/perf-tests/data/collation/
DTestNames_Latin.txt1279 Chang-sop, Chung
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt28794 ##sop