Searched defs:ToHost64 (Results 1 – 10 of 10) 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
114 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function204 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function
113 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function203 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function
114 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function
363 static uint64_t ToHost64(uint64_t x) { return bswap_64(x); } in ToHost64() function
376 static uint64_t ToHost64(uint64_t x) { return bswap_64(x); } in ToHost64() function