Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllimits.h296 #define condmovestack(L) ((void)0) macro
299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
303 #define condchangemem(L) condmovestack(L)
Dldo.h17 luaD_growstack(L, n); else condmovestack(L);
Dldo.c211 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()