HomeSort by relevance Sort by last modified time
    Searched refs:LUA_TLCF (Results 1 - 15 of 15) 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/skia/third_party/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 301 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/syslinux/com32/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 116 case LUA_TLCF:
ldo.c 302 case LUA_TLCF: /* light C function */
lvm.c 291 case LUA_TLCF: return fvalue(t1) == fvalue(t2);
lapi.c 449 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o)));

Completed in 72 milliseconds