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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 51 #define LUA_TLCF (LUA_TFUNCTION | (1 << 4)) /* light C function */
145 #define ttislcf(o) checktag((o), LUA_TLCF)
193 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
ltable.c 115 case LUA_TLCF:
ldo.c 302 case LUA_TLCF: /* light C function */
lvm.c 268 case LUA_TLCF: return fvalue(t1) == fvalue(t2);
lapi.c 449 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o)));
  /external/lua/src/
lobject.h 48 #define LUA_TLCF (LUA_TFUNCTION | (1 << 4)) /* light C function */
156 #define ttislcf(o) checktag((o), LUA_TLCF)
213 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
ltable.c 131 case LUA_TLCF:
ldo.c 420 case LUA_TLCF: /* light C function */
lapi.c 435 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o)));
lvm.c 424 case LUA_TLCF: return fvalue(t1) == fvalue(t2);
    [all...]

Completed in 199 milliseconds