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

  /external/llvm/lib/Support/
regengine.inc 306 sopno esub; /* end sop of subsubRE */
365 esub = es - 1;
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
368 const char *dp = dissect(m, sp, rest, ssub, esub);
390 esub = es - 1;
394 sep = slow(m, ssp, rest, ssub, esub);
406 assert(slow(m, ssp, sep, ssub, esub) == rest);
408 const char *dp = dissect(m, ssp, sep, ssub, esub);
429 esub = ss + OPND(m->g->strip[ss]) - 1;
430 assert(OP(m->g->strip[esub]) == OOR1)
    [all...]
  /bionic/libc/regex/
engine.c 301 sopno esub; /* end sop of subsubRE */ local
361 esub = es - 1;
363 if (slow(m, sp, rest, ssub, esub) != NULL) {
364 dp = dissect(m, sp, rest, ssub, esub);
385 esub = es - 1;
389 sep = slow(m, ssp, rest, ssub, esub);
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 dp = dissect(m, ssp, sep, ssub, esub);
421 esub = ss + OPND(m->g->strip[ss]) - 1;
422 assert(OP(m->g->strip[esub]) == OOR1)
479 sopno esub; \/* end sop of subsubRE *\/ local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 301 sopno esub; /* end sop of subsubRE */ local
361 esub = es - 1;
363 if (slow(m, sp, rest, ssub, esub) != NULL) {
364 dp = dissect(m, sp, rest, ssub, esub);
385 esub = es - 1;
389 sep = slow(m, ssp, rest, ssub, esub);
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 dp = dissect(m, ssp, sep, ssub, esub);
421 esub = ss + OPND(m->g->strip[ss]) - 1;
422 assert(OP(m->g->strip[esub]) == OOR1)
479 sopno esub; \/* end sop of subsubRE *\/ local
    [all...]

Completed in 76 milliseconds