Searched defs:SWAP_BE64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Dhfs_endian.h41 #define SWAP_BE64(__a) (__a) macro
50 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a) macro
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dhfs_endian.h43 #define SWAP_BE64(__a) (__a) macro
57 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a) macro
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Dhfs_endian.h41 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_endian.h50 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a) macro
/macosx-10.9.5/hfs-226.1.1/hfs_util/
H A Dhfsutil_jnl.c207 #define SWAP_BE64(x) OSSwapConstInt64(x) macro

Completed in 171 milliseconds