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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 122 #define luaC_condGC(L,c) \
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
lvm.c 514 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \

Completed in 25 milliseconds