Searched refs:twotoi (Results 1 – 1 of 1) sorted by relevance
198 int twotoi; /* 2^i */ in computesizes() local202 for (i = 0, twotoi = 1; twotoi/2 < *narray; i++, twotoi *= 2) { in computesizes()205 if (a > twotoi/2) { /* more than half elements present? */ in computesizes()206 n = twotoi; /* optimal size (till now) */ in computesizes()