Home | History | Annotate | Download | only in Support

Lines Matching refs:setbits

206 	g->setbits = NULL;
1080 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1083 p->g->setbits = ptr;
1086 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1088 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
1091 if (p->g->sets == NULL || p->g->setbits == NULL)
1095 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1105 free(p->g->setbits);
1106 p->g->setbits = NULL;
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)