Home
last modified time | relevance | path

Searched refs:ToHost64 (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/
Dbase.h107 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function
120 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
/external/protobuf/src/google/protobuf/stubs/
Dport.h335 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function
348 static uint64 ToHost64(uint64 x) { return x; }
372 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p)); in Load64()