Searched defs:ByteSwap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dsys_byteorder.h5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
26 inline uint16 ByteSwap(uint16 x) { function in namespace:base
30 inline uint32 ByteSwap(uint32 x) { function in namespace:base
35 inline uint64 ByteSwap(uint64 x) { function in namespace:base
52 return ByteSwap(x);
59 return ByteSwap(x);
66 return ByteSwap(x);
74 return ByteSwap(x);
81 return ByteSwap(x);
88 return ByteSwap(
[all...]

Completed in 69 milliseconds