Searched refs:nc (Results 1 – 1 of 1) sorted by relevance
1163 size_t nc; in allocset() local1172 nc = p->ncsalloc; in allocset()1173 assert(nc % CHAR_BIT == 0); in allocset()1174 nbytes = nc / CHAR_BIT * css; in allocset()1176 cs = realloc(p->g->sets, nc * sizeof(cset)); in allocset()