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/upstream-netbsd/libc/regex/
engine.c 368 sopno esub; /* end sop of subsubRE */ local
434 esub = es - 1;
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
442 dissect(m, sp, rest, ssub, esub);
463 esub = es - 1;
467 sep = slow(m, ssp, rest, ssub, esub);
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 dissect(m, ssp, sep, ssub, esub);
504 esub = ss + OPND(m->g->strip[ss]) - 1;
505 assert(OP(m->g->strip[esub]) == OOR1)
574 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
360 esub = es - 1;
362 if (slow(m, sp, rest, ssub, esub) != NULL) {
363 if (dissect(m, sp, rest, ssub, esub) != rest) {
385 esub = es - 1;
389 sep = slow(m, ssp, rest, ssub, esub);
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 if (dissect(m, ssp, sep, ssub, esub) != sep) {
422 esub = ss + OPND(m->g->strip[ss]) - 1;
423 assert(OP(m->g->strip[esub]) == OOR1)
481 sopno esub; \/* end sop of subsubRE *\/ local
    [all...]

Completed in 603 milliseconds