HomeSort by relevance Sort by last modified time
    Searched refs:OCH_ (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
106 * the branches. Note that there is an implicit OOR2 following OCH_
138 #define OCH_ OPC(15) /* begin choice fwd to OOR2 */
139 #define OOR1 OPC(16) /* | pt. 1 back to OOR1 or OCH_ */
engine.c 390 case OCH_:
489 case OCH_:
712 case OCH_: /* find the right one, if any */
1049 case OCH_: /* mark the first two branches */
1063 case OOR2: /* propagate OCH_'s marking */
regcomp.c 370 INSERT(OCH_, conc); /* offset is wrong */
506 INSERT(OCH_, pos); /* offset slightly wrong */
508 AHEAD(pos); /* fix the OCH_ */
1165 INSERT(OCH_, start); /* offset is wrong... */
1178 INSERT(OCH_, start);
    [all...]
  /external/llvm/lib/Support/
regex2.h 57 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
90 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
regcomp.c 276 INSERT(OCH_, conc); /* offset is wrong */
435 INSERT(OCH_, pos); /* offset slightly wrong */
437 AHEAD(pos); /* fix the OCH_ */
1000 INSERT(OCH_, start); /* offset is wrong... */
1013 INSERT(OCH_, start);
    [all...]
regengine.inc 321 case OCH_:
414 case OCH_:
625 case OCH_: /* find the right one, if any */
928 case OCH_: /* mark the first two branches */
942 case OOR2: /* propagate OCH_'s marking */
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 54 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
56 * the branches. Note that there is an implicit OOR2 following OCH_
86 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
regcomp.c 268 INSERT(OCH_, conc); /* offset is wrong */
399 INSERT(OCH_, pos); /* offset slightly wrong */
401 AHEAD(pos); /* fix the OCH_ */
964 INSERT(OCH_, start); /* offset is wrong... */
977 INSERT(OCH_, start);
    [all...]
engine.c 316 case OCH_:
407 case OCH_:
616 case OCH_: /* find the right one, if any */
917 case OCH_: /* mark the first two branches */
931 case OOR2: /* propagate OCH_'s marking */

Completed in 150 milliseconds