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

  /external/chromium_org/third_party/skia/third_party/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));

Completed in 179 milliseconds