Home
last modified time | relevance | path

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

/external/libtextclassifier/util/base/
Dendian.h113 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
126 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
/external/protobuf/src/google/protobuf/stubs/
Dport.h332 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function
345 static uint32 ToHost32(uint32 x) { return x; }
364 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()