Searched refs:ByteReverse32 (Results 1 – 1 of 1) sorted by relevance
699 static inline uint32_t ByteReverse32(uint32_t value) { in ByteReverse32() function733 return static_cast<V>(ByteReverse32(static_cast<uint32_t>(value))); in ByteReverse()