Searched refs:luaH_resize (Results 1 – 10 of 10) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ltable.h | 28 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()
|
/external/syslinux/com32/lua/src/ |
D | ltable.h | 32 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
|
D | ltable.c | 305 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { in luaH_resize() function 340 luaH_resize(L, t, nasize, nsize); in luaH_resizearray() 359 luaH_resize(L, t, nasize, totaluse - na); in rehash()
|
D | lstate.c | 175 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
|
D | lvm.c | 632 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()
|