Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dbase.h104 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
117 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()
/external/libtextclassifier/common/memory_image/
Dlow-level-memory-reader.h70 size = LittleEndian::ToHost32(size); in ReadString()
/external/libtextclassifier/smartselect/
Dtext-classification-model.cc160 LittleEndian::ToHost32(*reinterpret_cast<const uint32*>(model_data)); in ParseMergedModel()
166 LittleEndian::ToHost32(*reinterpret_cast<const uint32*>(model_data)); in ParseMergedModel()