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