OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttisequal
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h
150
#define
ttisequal
(o1,o2) (rttype(o1) == rttype(o2))
macro
368
#undef
ttisequal
macro
369
#define
ttisequal
(o1,o2) \
macro
/external/skia/third_party/lua/src/
lobject.h
150
#define
ttisequal
(o1,o2) (rttype(o1) == rttype(o2))
macro
368
#undef
ttisequal
macro
369
#define
ttisequal
(o1,o2) \
macro
/external/syslinux/com32/lua/src/
lobject.h
150
#define
ttisequal
(o1,o2) (rttype(o1) == rttype(o2))
macro
368
#undef
ttisequal
macro
369
#define
ttisequal
(o1,o2) \
macro
Completed in 116 milliseconds