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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 105 * OOR1 and OOR2 are respectively the end and the beginning of one of
106 * the branches. Note that there is an implicit OOR2 following OCH_
138 #define OCH_ OPC(15) /* begin choice fwd to OOR2 */
140 #define OOR2 OPC(17) /* | pt. 2 fwd to OOR2 or O_CH */
engine.c 512 assert(OP(m->g->strip[esub]) == OOR2);
515 if (OP(m->g->strip[esub]) == OOR2)
532 case OOR2:
651 assert(OP(s) == OOR2);
724 assert(OP(m->g->strip[esub]) == OOR2);
727 if (OP(m->g->strip[esub]) == OOR2)
1051 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
1059 assert(OP(s) == OOR2);
1063 case OOR2: /* propagate OCH_'s marking */
1066 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
    [all...]
regcomp.c 378 EMIT(OOR2, 0); /* offset is very wrong */
508 EMIT(OOR2, 0); /* offset very wrong... */
1168 EMIT(OOR2, 0);
1180 EMIT(OOR2, 0); /* offset very wrong... */
    [all...]
  /external/llvm/lib/Support/
regex2.h 58 * OOR1 and OOR2 are respectively the end and the beginning of one of
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
91 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
regengine.inc 437 assert(OP(m->g->strip[esub]) == OOR2);
440 if (OP(m->g->strip[esub]) == OOR2)
455 case OOR2:
563 assert(OP(s) == OOR2);
637 assert(OP(m->g->strip[esub]) == OOR2);
640 if (OP(m->g->strip[esub]) == OOR2)
930 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
938 assert(OP(s) == OOR2);
942 case OOR2: /* propagate OCH_'s marking */
945 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
    [all...]
regcomp.c 293 EMIT(OOR2, 0); /* offset is very wrong */
446 EMIT(OOR2, 0); /* offset very wrong... */
1012 EMIT(OOR2, 0);
1024 EMIT(OOR2, 0); /* offset very wrong... */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 55 * OOR1 and OOR2 are respectively the end and the beginning of one of
56 * the branches. Note that there is an implicit OOR2 following OCH_
86 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
88 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
regengine.inc 437 assert(OP(m->g->strip[esub]) == OOR2);
440 if (OP(m->g->strip[esub]) == OOR2)
455 case OOR2:
563 assert(OP(s) == OOR2);
637 assert(OP(m->g->strip[esub]) == OOR2);
640 if (OP(m->g->strip[esub]) == OOR2)
930 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
938 assert(OP(s) == OOR2);
942 case OOR2: /* propagate OCH_'s marking */
945 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
    [all...]
regcomp.c 285 EMIT(OOR2, 0); /* offset is very wrong */
410 EMIT(OOR2, 0); /* offset very wrong... */
976 EMIT(OOR2, 0);
988 EMIT(OOR2, 0); /* offset very wrong... */
    [all...]

Completed in 57 milliseconds