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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 32 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
ltable.c 304 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) {
312 setnodevector(L, t, nhsize);
  /external/lua/src/
ltable.h 53 unsigned int nhsize);
ltable.c 337 unsigned int nhsize; member in struct:__anon32378
343 setnodevector(L, asn->t, asn->nhsize);
348 unsigned int nhsize) {
358 asn.t = t; asn.nhsize = nhsize;

Completed in 627 milliseconds