Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.h40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
Dlstring.c64 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
122 luaS_resize(L, tb->size*2); /* too crowded */ in newshrstr()
Dlstate.c188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()
Dlgc.c783 luaS_resize(L, hs); /* halve its size */ in checkSizes()