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

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

Completed in 51 milliseconds