HomeSort by relevance Sort by last modified time
    Searched full:condmovestack (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.h 17 luaD_growstack(L, n); else condmovestack(L);
llimits.h 296 #define condmovestack(L) ((void)0) macro
299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
303 #define condchangemem(L) condmovestack(L)
ldo.c 211 condmovestack(L); /* don't change stack (change only for debugging) */
  /external/syslinux/com32/lua/src/
ldo.h 17 luaD_growstack(L, n); else condmovestack(L);
llimits.h 296 #define condmovestack(L) ((void)0) macro
299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
303 #define condchangemem(L) condmovestack(L)
ldo.c 211 condmovestack(L); /* don't change stack (change only for debugging) */

Completed in 416 milliseconds