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

/macosx-10.10/hfs-285/mount_hfs/
H A Dhfs_endian.h39 #define SWAP_BE16(__a) (__a) macro
48 #define SWAP_BE16(__a) OSSwapBigToHostInt16 (__a) macro
/macosx-10.10/hfs-285/newfs_hfs/
H A Dhfs_endian.h41 #define SWAP_BE16(__a) (__a) macro
55 #define SWAP_BE16(__a) OSSwapBigToHostInt16 (__a) macro
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.h39 #define SWAP_BE16(__a) OSSwapBigToHostInt16 (__a) macro
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.h48 #define SWAP_BE16(__a) OSSwapBigToHostInt16 (__a) macro
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_jnl.c208 #define SWAP_BE16(x) ntohs(x) macro
[all...]

Completed in 162 milliseconds