Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/lite_base/
Dendian.h103 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function
116 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
/external/libtextclassifier/utils/base/
Dendian.h116 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function
129 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
/external/protobuf/src/google/protobuf/stubs/
Dport.h334 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function
347 static uint64 ToHost64(uint64 x) { return x; }
371 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p)); in Load64()