Searched refs:nsz (Results 1 – 1 of 1) sorted by relevance
249 int i, nh, nsz; in rehash() local252 nsz = GROWTAB * tp->size; in rehash()253 np = (Cell **) calloc(nsz, sizeof(Cell *)); in rehash()259 nh = hash(cp->nval, nsz); in rehash()266 tp->size = nsz; in rehash()