Home
last modified time | relevance | path

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

/external/syslinux/com32/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()
/external/skia/third_party/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()