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

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

Completed in 54 milliseconds