Home | History | Annotate | Download | only in base

Lines Matching refs: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) {
49 inline uint32 ByteSwap(uint32 x) {
60 inline uint64 ByteSwap(uint64 x) {
78 return ByteSwap(x);
85 return ByteSwap(x);
92 return ByteSwap(x);
100 return ByteSwap(x);
107 return ByteSwap(x);
114 return ByteSwap(x);
124 return ByteSwap(x);
131 return ByteSwap(x);
138 return ByteSwap(x);