Searched refs:nc (Results 1 – 1 of 1) sorted by relevance
1025 size_t nc; in allocset() local1035 nc = p->ncsalloc; in allocset()1036 assert(nc % CHAR_BIT == 0); in allocset()1037 nbytes = nc / CHAR_BIT * css; in allocset()1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()