Searched defs:condmovestack (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dllimits.h296 #define condmovestack(L) ((void)0) macro
299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
303 #define condchangemem(L) condmovestack(L)
/external/syslinux/com32/lua/src/
H A Dllimits.h296 #define condmovestack(L) ((void)0) macro
299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
303 #define condchangemem(L) condmovestack(L)

Completed in 81 milliseconds