Home | History | Annotate | Download | only in base

Lines Matching refs:ByteSwap

5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
26 inline uint16 ByteSwap(uint16 x) {
30 inline uint32 ByteSwap(uint32 x) {
35 inline uint64 ByteSwap(uint64 x) {
52 return ByteSwap(x);
59 return ByteSwap(x);
66 return ByteSwap(x);
74 return ByteSwap(x);
81 return ByteSwap(x);
88 return ByteSwap(x);
98 return ByteSwap(x);
105 return ByteSwap(x);
112 return ByteSwap(x);