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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 145 #define ttislcf(o) checktag((o), LUA_TLCF) macro
163 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
lapi.c 72 if (ttislcf(ci->func)) /* light C function? */
263 return (ttislcf(o) || (ttisCclosure(o)));
420 if (ttislcf(o)) return fvalue(o);
  /external/skia/third_party/lua/src/
lobject.h 145 #define ttislcf(o) checktag((o), LUA_TLCF) macro
163 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
lapi.c 72 if (ttislcf(ci->func)) /* light C function? */
263 return (ttislcf(o) || (ttisCclosure(o)));
420 if (ttislcf(o)) return fvalue(o);
  /external/syslinux/com32/lua/src/
lobject.h 145 #define ttislcf(o) checktag((o), LUA_TLCF) macro
163 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
lapi.c 72 if (ttislcf(ci->func)) /* light C function? */
263 return (ttislcf(o) || (ttisCclosure(o)));
420 if (ttislcf(o)) return fvalue(o);

Completed in 67 milliseconds