Home | History | Annotate | Download | only in Support

Lines Matching refs:nc

183 							(NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1061 size_t nc;
1071 nc = p->ncsalloc;
1072 assert(nc % CHAR_BIT == 0);
1073 nbytes = nc / CHAR_BIT * css;
1075 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));