Lines Matching defs:ByteSwap
5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
23 // Include headers to provide byteswap for all platforms.
31 #include <byteswap.h>
38 inline uint16 ByteSwap(uint16 x) {
51 inline uint32 ByteSwap(uint32 x) {
64 inline uint64 ByteSwap(uint64 x) {
84 return ByteSwap(x);
91 return ByteSwap(x);
98 return ByteSwap(x);
106 return ByteSwap(x);
113 return ByteSwap(x);
120 return ByteSwap(x);
130 return ByteSwap(x);
137 return ByteSwap(x);
144 return ByteSwap(x);