Searched refs:luaH_resize (Results  1 – 5 of 5) sorted by relevance
| /external/lua/src/ | 
| D | ltable.h | 47 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
  | 
| D | ltable.c | 509 void luaH_resize (lua_State *L, Table *t, unsigned int newasize,  in luaH_resize()  function 548   luaH_resize(L, t, nasize, nsize);  in luaH_resizearray() 572   luaH_resize(L, t, asize, totaluse - na);  in rehash()
  | 
| D | lstate.c | 255   luaH_resize(L, registry, LUA_RIDX_LAST, 0);  in init_registry()
  | 
| D | lapi.c | 735     luaH_resize(L, t, narray, nrec);  in lua_createtable()
  | 
| D | lvm.c | 1333           luaH_resize(L, t, c, b);  /* idem */  in luaV_execute()
  |