Lines Matching refs:setbits
214 g->setbits = NULL; in llvm_regcomp()
1090 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1093 p->g->setbits = ptr; in allocset()
1096 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1098 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1101 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1105 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1115 free(p->g->setbits); in allocset()
1116 p->g->setbits = NULL; in allocset()
1268 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()