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

  /external/regex-re2/re2/
set.cc 51 int nsub = re->nsub(); local
52 re2::Regexp** sub = new re2::Regexp*[nsub + 1];
53 for (int i = 0; i < nsub; i++)
55 sub[nsub] = m;
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
regexp.h 108 // Matches concatenation of sub_[0..nsub-1].
110 // Matches union of sub_[0..nsub-1].
314 int nsub() { return nsub_; } function in class:re2::Regexp
480 static int FactorAlternation(Regexp** sub, int nsub, ParseFlags flags);
481 static int FactorAlternationRecursive(Regexp** sub, int nsub,
  /external/jemalloc/src/
chunk.c 59 size_t nsub = (size == 0) ? 1 : size / chunksize; local
60 assert(atomic_read_z(&curchunks) >= nsub);
61 atomic_sub_z(&curchunks, nsub);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 200 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 151 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 148 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /ndk/sources/host-tools/nawk-20071023/
run.c 458 int nsub = strlen(*SUBSEP); local
468 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "array"))
496 int nsub = strlen(*SUBSEP); local
515 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "awkdelete"))
536 int nsub = strlen(*SUBSEP); local
554 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "intest"))
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 7728 IRTemp src, mask, maskn, nsub, qsub; local
    [all...]

Completed in 174 milliseconds