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

  /external/chromium_org/third_party/skia/third_party/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 583 milliseconds