HomeSort by relevance Sort by last modified time
    Searched refs:OOR1 (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
107 * and an implicit OOR1 preceding O_CH.
139 #define OOR1 OPC(16) /* | pt. 1 back to OOR1 or OCH_ */
141 #define O_CH OPC(18) /* end choice back to OOR1 */
engine.c 505 assert(OP(m->g->strip[esub]) == OOR1);
510 assert(OP(m->g->strip[esub]) == OOR1);
531 case OOR1:
647 case OOR1: /* matches null but needs to skip */
715 assert(OP(m->g->strip[esub]) == OOR1);
1054 case OOR1: /* done a branch, find the O_CH */
regcomp.c 374 ASTERN(OOR1, prevback);
506 ASTERN(OOR1, pos); /* this one's right */
1166 ASTERN(OOR1, start);
1178 ASTERN(OOR1, start);
    [all...]
  /external/llvm/lib/Support/
regex2.h 58 * OOR1 and OOR2 are respectively the end and the beginning of one of
60 * and an implicit OOR1 preceding O_CH.
90 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
regengine.inc 430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
454 case OOR1:
559 case OOR1: /* matches null but needs to skip */
628 assert(OP(m->g->strip[esub]) == OOR1);
933 case OOR1: /* done a branch, find the O_CH */
regcomp.c 289 ASTERN(OOR1, prevback);
444 ASTERN(OOR1, pos); /* this one's right */
1010 ASTERN(OOR1, start);
1022 ASTERN(OOR1, start);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 55 * OOR1 and OOR2 are respectively the end and the beginning of one of
57 * and an implicit OOR1 preceding O_CH.
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
regengine.inc 430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
454 case OOR1:
559 case OOR1: /* matches null but needs to skip */
628 assert(OP(m->g->strip[esub]) == OOR1);
933 case OOR1: /* done a branch, find the O_CH */
regcomp.c 281 ASTERN(OOR1, prevback);
408 ASTERN(OOR1, pos); /* this one's right */
974 ASTERN(OOR1, start);
986 ASTERN(OOR1, start);
    [all...]

Completed in 129 milliseconds