Home
last modified time | relevance | path

Searched defs:ToHost32 (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/lang_id/common/lite_base/
Dendian.h100 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
/external/libtextclassifier/utils/base/
Dendian.h113 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
/external/protobuf/src/google/protobuf/stubs/
Dport.h331 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function