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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 115 size_t ncsalloc; /* number of csets allocated */ local
216 ((p)->ncsalloc / CHAR_BIT * (p)->g->csetsize + \
217 (p)->ncsalloc * sizeof(cset) + \
281 p->ncsalloc = 0;
1244 if (no >= p->ncsalloc) { /* need another column of space */
1245 p->ncsalloc += CHAR_BIT;
1246 nc = p->ncsalloc;
    [all...]
  /external/llvm/lib/Support/
regcomp.c 71 int ncsalloc; /* number of csets allocated */ member in struct:parse
207 p->ncsalloc = 0;
1075 if (no >= p->ncsalloc) { /* need another column of space */
1078 p->ncsalloc += CHAR_BIT;
1079 nc = p->ncsalloc;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 63 int ncsalloc; /* number of csets allocated */ member in struct:parse
199 p->ncsalloc = 0;
1039 if (no >= p->ncsalloc) { /* need another column of space */
1042 p->ncsalloc += CHAR_BIT;
1043 nc = p->ncsalloc;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 71 int ncsalloc; /* number of csets allocated */ member in struct:parse
207 p->ncsalloc = 0;
1075 if (no >= p->ncsalloc) { /* need another column of space */
1078 p->ncsalloc += CHAR_BIT;
1079 nc = p->ncsalloc;
    [all...]

Completed in 117 milliseconds