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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.h 40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
lstring.c 64 void luaS_resize (lua_State *L, int newsize) {
122 luaS_resize(L, tb->size*2); /* too crowded */
lstate.c 188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
lgc.c 783 luaS_resize(L, hs); /* halve its size */
    [all...]
  /external/syslinux/com32/lua/src/
lstring.h 40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
lstring.c 64 void luaS_resize (lua_State *L, int newsize) {
122 luaS_resize(L, tb->size*2); /* too crowded */
lstate.c 193 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
lgc.c 783 luaS_resize(L, hs); /* halve its size */
    [all...]

Completed in 260 milliseconds