/vbox/src/VBox/Runtime/common/table/ |
H A D | avlgcphys.cpp | 53 #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 D | avlhcphys.cpp | 53 #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 D | avllu32.cpp | 53 #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 D | avlogcphys.cpp | 54 #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 D | avlohcphys.cpp | 54 #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 D | avloioport.cpp | 54 #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 D | avlou32.cpp | 54 #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 D | avlpv.cpp | 53 #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 D | avlu32.cpp | 53 #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 D | avlul.cpp | 53 #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 D | avlgcptr.cpp | 53 #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 D | avlogcptr.cpp | 54 #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 D | avluintptr.cpp | 53 #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 D | avlrfoff.cpp | 54 #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 D | avlrgcptr.cpp | 54 #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 D | avlrogcphys.cpp | 55 #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 D | avlrogcptr.cpp | 55 #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 D | avlroioport.cpp | 55 #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 D | avlroogcptr.cpp | 54 #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 D | avlrpv.cpp | 54 #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 D | avlru64.cpp | 54 #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 D | avlruintptr.cpp | 54 #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 D | strspace.cpp | 59 #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 D | utils.php | 668 foreach ( $props as $key2 => $props2 ) { variable 669 print ( " " . $key2 . " = " . $props2 . "<br>" );
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_hfs.c | 473 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
|