HomeSort by relevance Sort by last modified time
    Searched defs:THERE (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 204 #define THERE() (p->slen - 1)
304 g->firststate = THERE();
312 g->laststate = THERE();
375 prevback = THERE();
511 AHEAD(THERE()); /* ...so fix it */
1173 AHEAD(THERE());
1185 AHEAD(THERE()); /* ...so fix it */
    [all...]
  /external/llvm/lib/Support/
regcomp.c 144 #define THERE() (p->slen - 1)
230 g->firststate = THERE();
238 g->laststate = THERE();
290 prevback = THERE();
385 * group must exist (i.e. if \4 is found there must have been at
447 AHEAD(THERE()); /* ...so fix it */
1013 AHEAD(THERE());
1025 AHEAD(THERE()); /* ...so fix it */
1179 static int /* character; there is no "none" value */
1343 * hard-case backup, but it's just too big and messy unless there ar
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 136 #define THERE() (p->slen - 1)
222 g->firststate = THERE();
230 g->laststate = THERE();
282 prevback = THERE();
411 AHEAD(THERE()); /* ...so fix it */
977 AHEAD(THERE());
989 AHEAD(THERE()); /* ...so fix it */
1141 static int /* character; there is no "none" value */
1305 * hard-case backup, but it's just too big and messy unless there are
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c 271 #define THERE() (p->slen - 1)
357 g->firststate = THERE();
365 g->laststate = THERE();
417 prevback = THERE();
512 * group must exist (i.e. if \4 is found there must have been at
574 AHEAD(THERE()); /* ...so fix it */
1140 AHEAD(THERE());
1152 AHEAD(THERE()); /* ...so fix it */
1306 static int /* character; there is no "none" value */
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 144 #define THERE() (p->slen - 1)
230 g->firststate = THERE();
238 g->laststate = THERE();
290 prevback = THERE();
385 * group must exist (i.e. if \4 is found there must have been at
447 AHEAD(THERE()); /* ...so fix it */
1013 AHEAD(THERE());
1025 AHEAD(THERE()); /* ...so fix it */
1179 static int /* character; there is no "none" value */
1343 * hard-case backup, but it's just too big and messy unless there ar
    [all...]

Completed in 260 milliseconds