Searched refs:ReverseBytes64 (Results 1 – 1 of 1) sorted by relevance
36 constexpr u64 ReverseBytes64(u64 n) in ReverseBytes64() function53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); } in HostToNetwork64()