Lines Matching refs:setbits
342 g->setbits = NULL; in llvm_regcomp()
1216 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1219 p->g->setbits = ptr; in allocset()
1222 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1224 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1227 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1231 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1241 free(p->g->setbits); in allocset()
1242 p->g->setbits = NULL; in allocset()
1394 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1412 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()