Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c768 const char *fname, int szhint) { in luaL_findtable() argument
778 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()