Searched refs:nni (Results 1 – 1 of 1) sorted by relevance
226 unsigned int p, pmax, nni, j; in expand() local229 nni = lh->num_alloc_nodes; in expand()233 j = nni * 2; in expand()240 memset(n + nni, 0, sizeof(*n) * (j - nni)); in expand()241 lh->pmax = nni; in expand()257 if ((hash % nni) != p) { /* move it */ in expand()
Completed in 4 milliseconds