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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 55 int luaO_ceillog2 (unsigned int x) {
ltable.c 221 nums[luaO_ceillog2(k)]++; /* count as such */
287 lsize = luaO_ceillog2(size);
lobject.h 596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
  /external/syslinux/com32/lua/src/
lobject.c 55 int luaO_ceillog2 (unsigned int x) {
ltable.c 222 nums[luaO_ceillog2(k)]++; /* count as such */
288 lsize = luaO_ceillog2(size);
lobject.h 596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);

Completed in 84 milliseconds