Home | History | Annotate | Download | only in base

Lines Matching defs:ByteSwap

5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
27 inline uint16_t ByteSwap(uint16_t x) {
35 inline uint32_t ByteSwap(uint32_t x) {
43 inline uint64_t ByteSwap(uint64_t x) {
58 return ByteSwap(static_cast<uint32_t>(x));
60 return ByteSwap(static_cast<uint64_t>(x));
72 return ByteSwap(x);
79 return ByteSwap(x);
86 return ByteSwap(x);
94 return ByteSwap(x);
101 return ByteSwap(x);
108 return ByteSwap(x);
118 return ByteSwap(x);
125 return ByteSwap(x);
132 return ByteSwap(x);