HomeSort by relevance Sort by last modified time
    Searched refs:gco2ccl (Results 1 - 4 of 4) 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/syslinux/com32/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...]

Completed in 467 milliseconds