Lines Matching refs:setbits
342 g->setbits = NULL; in llvm_regcomp()
1220 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1223 p->g->setbits = ptr; in allocset()
1226 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1228 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1231 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1235 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1245 free(p->g->setbits); in allocset()
1246 p->g->setbits = NULL; in allocset()
1398 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
1416 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in samesets()