Searched refs:FromHost64 (Results 1 – 3 of 3) sorted by relevance
102 static uint64 FromHost64(uint64 x) { return x; } in FromHost64() function115 static uint64 FromHost64(uint64 x) { return gbswap_64(x); }
115 static uint64 FromHost64(uint64 x) { return x; } in FromHost64() function128 static uint64 FromHost64(uint64 x) { return gbswap_64(x); }
333 static uint64 FromHost64(uint64 x) { return bswap_64(x); } in FromHost64() function346 static uint64 FromHost64(uint64 x) { return x; }375 GOOGLE_UNALIGNED_STORE64(p, FromHost64(v)); in Store64()