Searched defs:KAVL_E (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davlgcphys.cpp54 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlgcptr.cpp54 #define KAVL_E(key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlhcphys.cpp54 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davllu32.cpp54 #define KAVL_E(key1, key2) ( (key1) == (key2) ) macro
H A Davlogcphys.cpp55 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlogcptr.cpp55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlohcphys.cpp55 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davloioport.cpp55 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlou32.cpp55 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlpv.cpp54 #define KAVL_E(key1, key2) ( (const char*)(key1) == (const char*)(key2) ) macro
H A Davlu32.cpp54 #define KAVL_E(key1, key2) ( (key1) == (key2) ) macro
H A Davluintptr.cpp54 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlul.cpp54 #define KAVL_E(key1, key2) (key1 == key2) macro
H A Davlrfoff.cpp55 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlrgcptr.cpp55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlrogcphys.cpp56 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlrogcptr.cpp56 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlroioport.cpp56 #define KAVL_E( key1, key2) ( (key1) == (key2) ) macro
H A Davlroogcptr.cpp55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
H A Davlrpv.cpp55 #define KAVL_E(key1, key2) ( (uintptr_t)(key1) == (uintptr_t)(key2) ) macro
H A Davlru64.cpp55 #define KAVL_E(key1, key2) ( (key1) == (key2) ) macro
H A Davlruintptr.cpp55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) ) macro
/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp60 #define KAVL_E(key1, key2) (key1 == key2) macro

Completed in 68 milliseconds