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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c)) macro
lgc.c 273 gco2ccl(o)->gclist = g->gray;
540 CClosure *cl = gco2ccl(o);
671 luaM_freemem(L, o, sizeCclosure(gco2ccl(o)->nupvalues));
    [all...]
  /external/lua/src/
lstate.h 229 #define gco2ccl(o) check_exp((o)->tt == LUA_TCCL, &((cast_u(o))->cl.c)) macro
lfunc.c 27 CClosure *c = gco2ccl(o);
lgc.c 266 linkgclist(gco2ccl(o), g->gray);
578 CClosure *cl = gco2ccl(o);
705 luaM_freemem(L, o, sizeCclosure(gco2ccl(o)->nupvalues));
    [all...]
lobject.h 173 #define clCvalue(o) check_exp(ttisCclosure(o), gco2ccl(val_(o).gc))

Completed in 643 milliseconds