HomeSort by relevance Sort by last modified time
    Searched refs:SOP (Results 1 - 15 of 15) sorted by null

  /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 */
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...]
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...]
  /external/llvm/lib/Support/
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...]
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...]
  /external/swiftshader/third_party/LLVM/lib/Support/
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...]
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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 68 typedef unsigned long sop; /* strip operator */ typedef
75 #define SOP(op, opnd) ((op)|(opnd))
135 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...]
regcomp.c 195 sop *strip; /* malloced strip */
235 static void doemit(struct parse *, sop, size_t);
236 static void doinsert(struct parse *, sop, size_t, sopno);
237 static void dofwd(struct parse *, sopno, sop);
266 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
267 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
269 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
322 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
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...]
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...]

Completed in 3595 milliseconds