Home
last modified time | relevance | path

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

/external/libtextclassifier/util/base/
Dendian.h110 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function
123 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
/external/protobuf/src/google/protobuf/stubs/
Dport.h329 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function
342 static uint16 ToHost16(uint16 x) { return x; }
356 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()