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

/macosx-10.10.1/hfs-285/mount_hfs/
H A Dhfs_endian.h40 #define SWAP_BE32(__a) (__a) macro
49 #define SWAP_BE32(__a) OSSwapBigToHostInt32 (__a) macro
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dhfs_endian.h42 #define SWAP_BE32(__a) (__a) macro
56 #define SWAP_BE32(__a) OSSwapBigToHostInt32 (__a) macro
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.h40 #define SWAP_BE32(__a) OSSwapBigToHostInt32 (__a) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.h49 #define SWAP_BE32(__a) OSSwapBigToHostInt32 (__a) macro
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_jnl.c209 #define SWAP_BE32(x) ntohl(x) macro
[all...]

Completed in 204 milliseconds