Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
Dldo.c362 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() argument
368 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */ in luaD_poscall()
370 firstResult = restorestack(L, fr); in luaD_poscall()
378 for (i = wanted; i != 0 && firstResult < L->top; i--) in luaD_poscall()
379 setobjs2s(L, res++, firstResult++); in luaD_poscall()