Home
last modified time | relevance | path

Searched refs:twotoi (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/lua/src/
Dltable.c199 int twotoi; /* 2^i */ in computesizes() local
203 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()