Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/lite_base/
Dendian.h97 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function
110 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
/external/libtextclassifier/utils/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.h328 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function
341 static uint16 ToHost16(uint16 x) { return x; }
355 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()