Searched refs:newhashmax (Results 1 – 1 of 1) sorted by relevance
104 int i, newhashmax; in bufrehash() local112 for (newhashmax = 1; newhashmax < max; newhashmax <<= 1) in bufrehash()116 hashmask = newhashmax - 1; in bufrehash()119 np = emalloc(newhashmax * sizeof(*bufhash)); in bufrehash()120 for (i = 0; i < newhashmax; i++) in bufrehash()138 hashmax = newhashmax; in bufrehash()