Searched defs:ToHost64 (Results 1 – 3 of 3) sorted by relevance
157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function
158 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function248 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function
355 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function