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

  /bionic/libc/regex/
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 */
engine.c 429 assert(OP(m->g->strip[esub]) == OOR2);
432 if (OP(m->g->strip[esub]) == OOR2)
444 case OOR2:
552 assert(OP(s) == OOR2);
626 assert(OP(m->g->strip[esub]) == OOR2);
629 if (OP(m->g->strip[esub]) == OOR2)
917 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
925 assert(OP(s) == OOR2);
929 case OOR2: /* propagate OCH_'s marking */
932 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
    [all...]
regcomp.c 277 EMIT(OOR2, 0); /* offset is very wrong */
402 EMIT(OOR2, 0); /* offset very wrong... */
968 EMIT(OOR2, 0);
980 EMIT(OOR2, 0); /* offset very wrong... */
    [all...]

Completed in 33 milliseconds