Home
last modified time | relevance | path

Searched refs:ncsalloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
Dregcomp.c71 int ncsalloc; /* number of csets allocated */ member
207 p->ncsalloc = 0; in llvm_regcomp()
1075 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1078 p->ncsalloc += CHAR_BIT; in allocset()
1079 nc = p->ncsalloc; in allocset()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c71 int ncsalloc; /* number of csets allocated */ member
207 p->ncsalloc = 0; in llvm_regcomp()
1075 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1078 p->ncsalloc += CHAR_BIT; in allocset()
1079 nc = p->ncsalloc; in allocset()
/external/libcups/vcnet/regex/
Dregcomp.c26 int ncsalloc; /* number of csets allocated */ member
131 p->ncsalloc = 0;
1008 if (no >= p->ncsalloc) { /* need another column of space */
1009 p->ncsalloc += CHAR_BIT;
1010 nc = p->ncsalloc;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c199 int ncsalloc; /* number of csets allocated */ member
335 p->ncsalloc = 0; in llvm_regcomp()
1203 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1206 p->ncsalloc += CHAR_BIT; in allocset()
1207 nc = p->ncsalloc; in allocset()