Searched refs:FromHost64 (Results 1 – 1 of 1) sorted by relevance
343 static uint64 FromHost64(uint64 x) { return bswap_64(x); } in FromHost64() function356 static uint64 FromHost64(uint64 x) { return x; }385 GOOGLE_UNALIGNED_STORE64(p, FromHost64(v)); in Store64()