Home
last modified time | relevance | path

Searched refs:LUA_TLCF (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h51 #define LUA_TLCF (LUA_TFUNCTION | (1 << 4)) /* light C function */ macro
145 #define ttislcf(o) checktag((o), LUA_TLCF)
193 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
Dltable.c115 case LUA_TLCF: in mainposition()
Dldo.c302 case LUA_TLCF: /* light C function */ in luaD_precall()
Dlvm.c268 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
Dlapi.c449 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o))); in lua_topointer()