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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 104 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
107 * and an implicit OOR1 preceding O_CH.
140 #define OOR2 OPC(17) /* | pt. 2 fwd to OOR2 or O_CH */
141 #define O_CH OPC(18) /* end choice back to OOR1 */
engine.c 391 while (OP(m->g->strip[es]) != O_CH)
518 assert(OP(m->g->strip[esub]) == O_CH);
533 case O_CH:
653 } while (OP(s = m->g->strip[ss]) != O_CH);
654 /* note that the ss++ gets us past the O_CH */
721 if (OP(m->g->strip[esub]) == O_CH)
730 assert(OP(m->g->strip[esub]) == O_CH);
1054 case OOR1: /* done a branch, find the O_CH */
1057 OP(s = g->strip[pc+look]) != O_CH;
1065 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
    [all...]
regcomp.c 384 ASTERN(O_CH, prevback);
511 ASTERN(O_CH, THERETHERE());
1171 ASTERN(O_CH, THERETHERE());
1183 ASTERN(O_CH, THERETHERE());
    [all...]
  /external/llvm/lib/Support/
regex2.h 57 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
60 * and an implicit OOR1 preceding O_CH.
91 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
regengine.inc 322 while (OP(m->g->strip[es]) != O_CH)
443 assert(OP(m->g->strip[esub]) == O_CH);
456 case O_CH:
565 } while (OP(s = m->g->strip[ss]) != O_CH);
566 /* note that the ss++ gets us past the O_CH */
634 if (OP(m->g->strip[esub]) == O_CH)
643 assert(OP(m->g->strip[esub]) == O_CH);
933 case OOR1: /* done a branch, find the O_CH */
936 OP(s = g->strip[pc+look]) != O_CH;
944 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
    [all...]
regcomp.c 290 ASTERN(O_CH, prevback);
440 ASTERN(O_CH, THERETHERE());
1006 ASTERN(O_CH, THERETHERE());
1018 ASTERN(O_CH, THERETHERE());
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 54 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
57 * and an implicit OOR1 preceding O_CH.
88 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
engine.c 317 while (OP(m->g->strip[es]) != O_CH)
436 assert(OP(m->g->strip[esub]) == O_CH);
447 case O_CH:
556 } while (OP(s = m->g->strip[ss]) != O_CH);
557 /* note that the ss++ gets us past the O_CH */
625 if (OP(m->g->strip[esub]) == O_CH)
634 assert(OP(m->g->strip[esub]) == O_CH);
922 case OOR1: /* done a branch, find the O_CH */
925 OP(s = g->strip[pc+look]) != O_CH;
933 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
    [all...]
regcomp.c 282 ASTERN(O_CH, prevback);
404 ASTERN(O_CH, THERETHERE());
970 ASTERN(O_CH, THERETHERE());
982 ASTERN(O_CH, THERETHERE());
    [all...]

Completed in 351 milliseconds