Searched refs:ncsalloc (Results 1 – 1 of 1) sorted by relevance
63 int ncsalloc; /* number of csets allocated */ member199 p->ncsalloc = 0; in llvm_regcomp()1067 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()1070 p->ncsalloc += CHAR_BIT; in allocset()1071 nc = p->ncsalloc; in allocset()