/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) )
|
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) )
|
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) )
|
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) )
|
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) )
|
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) )
|
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) )
|
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) )
|
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) )
|
/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/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 797 HFSPlusExtentKey* ekey1 = (HFSPlusExtentKey*)key1; 817 fsw_hfs_cmp_catkey (BTreeKey *key1, BTreeKey *key2) argument 819 HFSPlusCatalogKey *ckey1 = (HFSPlusCatalogKey*)key1; 863 fsw_hfs_cmpi_catkey (BTreeKey *key1, BTreeKey *key2) argument 865 HFSPlusCatalogKey *ckey1 = (HFSPlusCatalogKey*)key1; 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
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glext.h | 11864 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1); 11871 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
|