Home | History | Annotate | Download | only in Support

Lines Matching full:setbits

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