Home | History | Annotate | Download | only in base

Lines Matching defs:ByteSwap

5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
26 inline uint16_t ByteSwap(uint16_t x) {
34 inline uint32_t ByteSwap(uint32_t x) {
42 inline uint64_t ByteSwap(uint64_t x) {
57 return ByteSwap(static_cast<uint32_t>(x));
59 return ByteSwap(static_cast<uint64_t>(x));
71 return ByteSwap(x);
78 return ByteSwap(x);
85 return ByteSwap(x);
93 return ByteSwap(x);
100 return ByteSwap(x);
107 return ByteSwap(x);
117 return ByteSwap(x);
124 return ByteSwap(x);
131 return ByteSwap(x);