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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
lobject.h 150 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2)) macro
368 #undef ttisequal macro
369 #define ttisequal(o1,o2) \ macro
lvm.c 262 lua_assert(ttisequal(t1, t2));
  /external/syslinux/com32/lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
lobject.h 150 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2)) macro
368 #undef ttisequal macro
369 #define ttisequal(o1,o2) \ macro
lvm.c 285 lua_assert(ttisequal(t1, t2));

Completed in 141 milliseconds