Searched refs:key2 (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Runtime/common/table/
H A Davlgcphys.cpp53 #define KAVL_G( key1, key2) ( (key1) > (key2) )
54 #define KAVL_E( key1, key2) ( (key1) == (key2) )
55 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlhcphys.cpp53 #define KAVL_G( key1, key2) ( (key1) > (key2) )
54 #define KAVL_E( key1, key2) ( (key1) == (key2) )
55 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davllu32.cpp53 #define KAVL_G(key1, key2) ( (key1) > (key2) )
54 #define KAVL_E(key1, key2) ( (key1) == (key2) )
55 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlogcphys.cpp54 #define KAVL_G( key1, key2) ( (key1) > (key2) )
55 #define KAVL_E( key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlohcphys.cpp54 #define KAVL_G( key1, key2) ( (key1) > (key2) )
55 #define KAVL_E( key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davloioport.cpp54 #define KAVL_G( key1, key2) ( (key1) > (key2) )
55 #define KAVL_E( key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlou32.cpp54 #define KAVL_G( key1, key2) ( (key1) > (key2) )
55 #define KAVL_E( key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlpv.cpp53 #define KAVL_G(key1, key2) ( (const char*)(key1) > (const char*)(key2) )
54 #define KAVL_E(key1, key2) ( (const char*)(key1) == (const char*)(key2) )
55 #define KAVL_NE(key1, key2) ( (const char*)(key1) != (const char*)(key2) )
H A Davlu32.cpp53 #define KAVL_G(key1, key2) ( (key1) > (key2) )
54 #define KAVL_E(key1, key2) ( (key1) == (key2) )
55 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
H A Davlul.cpp53 #define KAVL_G(key1, key2) (key1 > key2)
54 #define KAVL_E(key1, key2) (key1 == key2)
55 #define KAVL_NE(key1, key2) (key1 != key2)
H A Davlgcptr.cpp53 #define KAVL_G(key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
54 #define KAVL_E(key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
55 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
H A Davlogcptr.cpp54 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
56 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
H A Davluintptr.cpp53 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
54 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
55 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
H A Davlrfoff.cpp54 #define KAVL_G( key1, key2) ( (key1) > (key2) )
55 #define KAVL_E( key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
59 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlrgcptr.cpp54 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
56 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
59 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlrogcphys.cpp55 #define KAVL_G( key1, key2) ( (key1) > (key2) )
56 #define KAVL_E( key1, key2) ( (key1) == (key2) )
57 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
60 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlrogcptr.cpp55 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
56 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
57 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
60 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlroioport.cpp55 #define KAVL_G( key1, key2) ( (key1) > (key2) )
56 #define KAVL_E( key1, key2) ( (key1) == (key2) )
57 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
60 #define KAVL_R_IS_IN_RANGE( key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlroogcptr.cpp54 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
56 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
89 #define KAVL_R_IS_IN_RANGE( key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlrpv.cpp54 #define KAVL_G(key1, key2) ( (uintptr_t)(key1) > (uintptr_t)(key2) )
55 #define KAVL_E(key1, key2) ( (uintptr_t)(key1) == (uintptr_t)(key2) )
56 #define KAVL_NE(key1, key2) ( (uintptr_t)(key1) != (uintptr_t)(key2) )
59 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlru64.cpp54 #define KAVL_G(key1, key2) ( (key1) > (key2) )
55 #define KAVL_E(key1, key2) ( (key1) == (key2) )
56 #define KAVL_NE(key1, key2) ( (key1) != (key2) )
59 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
H A Davlruintptr.cpp54 #define KAVL_G( key1, key2) ( (RTGCUINTPTR)(key1) > (RTGCUINTPTR)(key2) )
55 #define KAVL_E( key1, key2) ( (RTGCUINTPTR)(key1) == (RTGCUINTPTR)(key2) )
56 #define KAVL_NE(key1, key2) ( (RTGCUINTPTR)(key1) != (RTGCUINTPTR)(key2) )
59 #define KAVL_R_IS_IN_RANGE(key1B, key1E, key2) KAVL_R_IS_INTERSECTING(key1B, key2, key1E, key2)
/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp59 #define KAVL_G(key1, key2) (key1 > key2)
60 #define KAVL_E(key1, key2) (key1 == key2)
61 #define KAVL_NE(key1, key2) (key1 != key2)
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php668 foreach ( $props as $key2 => $props2 ) { variable
669 print ( "&nbsp;&nbsp;&nbsp;" . $key2 . " = " . $props2 . "<br>" );
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c473 int (*compare_keys) (BTreeKey* key1, BTreeKey* key2),
795 fsw_hfs_cmp_extkey(BTreeKey* key1, BTreeKey* key2) argument
798 HFSPlusExtentKey* ekey2 = (HFSPlusExtentKey*)key2;
817 fsw_hfs_cmp_catkey (BTreeKey *key1, BTreeKey *key2) argument
820 HFSPlusCatalogKey *ckey2 = (HFSPlusCatalogKey*)key2;
863 fsw_hfs_cmpi_catkey (BTreeKey *key1, BTreeKey *key2) argument
866 HFSPlusCatalogKey *ckey2 = (HFSPlusCatalogKey*)key2;
471 fsw_hfs_btree_search(struct fsw_hfs_btree * btree, BTreeKey * key, int (*compare_keys) (BTreeKey* key1, BTreeKey* key2), BTNodeDescriptor ** result, fsw_u32 * key_offset) argument

Completed in 60 milliseconds

12