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

  /bionic/libc/upstream-netbsd/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) + \
282 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 63 int ncsalloc; /* number of csets allocated */ member in struct:parse
199 p->ncsalloc = 0;
1067 if (no >= p->ncsalloc) { /* need another column of space */
1070 p->ncsalloc += CHAR_BIT;
1071 nc = p->ncsalloc;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 62 int ncsalloc; /* number of csets allocated */ member in struct:parse
191 p->ncsalloc = 0;
1031 if (no >= p->ncsalloc) { /* need another column of space */
1034 p->ncsalloc += CHAR_BIT;
1035 nc = p->ncsalloc;
    [all...]

Completed in 373 milliseconds