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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
lobject.h 50 #define LUA_TLCL (LUA_TFUNCTION | (0 << 4)) /* Lua closure */
144 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
223 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \
lfunc.c 31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl;
lgc.c 267 case LUA_TLCL: {
533 case LUA_TLCL: {
666 case LUA_TLCL: {
    [all...]
lapi.c 447 case LUA_TLCL: return clLvalue(o);
1201 case LUA_TLCL: { /* Lua closure */
1263 case LUA_TLCL: { /* lua closure */
ldo.c 325 case LUA_TLCL: { /* Lua function: prepare its call */
  /external/lua/src/
lstate.h 228 #define gco2lcl(o) check_exp((o)->tt == LUA_TLCL, &((cast_u(o))->cl.l))
lobject.h 47 #define LUA_TLCL (LUA_TFUNCTION | (0 << 4)) /* Lua closure */
155 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
242 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_TLCL)); \
lfunc.c 34 GCObject *o = luaC_newobj(L, LUA_TLCL, sizeLclosure(n));
lgc.c 261 case LUA_TLCL: {
571 case LUA_TLCL: {
700 case LUA_TLCL: {
    [all...]
lapi.c 433 case LUA_TLCL: return clLvalue(o);
1207 case LUA_TLCL: { /* Lua closure */
1271 case LUA_TLCL: { /* lua closure */
ldo.c 440 case LUA_TLCL: { /* Lua function: prepare its call */

Completed in 1308 milliseconds