OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 619 milliseconds