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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
ldebug.c 284 cl = ttisclosure(func) ? clvalue(func) : NULL;
  /external/skia/third_party/lua/src/
lobject.h 142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
ldebug.c 284 cl = ttisclosure(func) ? clvalue(func) : NULL;
  /external/syslinux/com32/lua/src/
lobject.h 142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
ldebug.c 284 cl = ttisclosure(func) ? clvalue(func) : NULL;

Completed in 106 milliseconds