HomeSort by relevance Sort by last modified time
    Searched refs:twotoi (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 198 int twotoi; /* 2^i */ local
202 for (i = 0, twotoi = 1; twotoi/2 < *narray; i++, twotoi *= 2) {
205 if (a > twotoi/2) { /* more than half elements present? */
206 n = twotoi; /* optimal size (till now) */
  /external/syslinux/com32/lua/src/
ltable.c 199 int twotoi; /* 2^i */ local
203 for (i = 0, twotoi = 1; twotoi/2 < *narray; i++, twotoi *= 2) {
206 if (a > twotoi/2) { /* more than half elements present? */
207 n = twotoi; /* optimal size (till now) */

Completed in 55 milliseconds