Searched defs:ToHost64 (Results 1 – 8 of 8) sorted by relevance
114 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function
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
386 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function