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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 290 size = twoto(lsize);
324 for (i = twoto(oldhsize) - 1; i >= 0; i--) {
333 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */
lobject.h 581 #define twoto(x) (1<<(x)) macro
582 #define sizenode(t) (twoto((t)->lsizenode))
  /external/skia/third_party/lua/src/
ltable.c 290 size = twoto(lsize);
324 for (i = twoto(oldhsize) - 1; i >= 0; i--) {
333 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */
lobject.h 581 #define twoto(x) (1<<(x)) macro
582 #define sizenode(t) (twoto((t)->lsizenode))
  /external/syslinux/com32/lua/src/
ltable.c 291 size = twoto(lsize);
325 for (i = twoto(oldhsize) - 1; i >= 0; i--) {
334 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */
lobject.h 581 #define twoto(x) (1<<(x)) macro
582 #define sizenode(t) (twoto((t)->lsizenode))

Completed in 133 milliseconds