Searched refs:luaH_resize (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ltable.h | 32 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
|
D | ltable.c | 304 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { in luaH_resize() function 339 luaH_resize(L, t, nasize, nsize); in luaH_resizearray() 358 luaH_resize(L, t, nasize, totaluse - na); in rehash()
|
D | lstate.c | 170 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
|
D | lvm.c | 609 luaH_resize(L, t, luaO_fb2int(b), luaO_fb2int(c)); in luaV_execute()
|
D | lapi.c | 681 luaH_resize(L, t, narray, nrec); in lua_createtable()
|