Searched refs:ToHost64 (Results 1 – 3 of 3) sorted by relevance
103 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function116 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
116 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function129 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
334 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function347 static uint64 ToHost64(uint64 x) { return x; }371 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p)); in Load64()