Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/sentencepiece/
Ddouble_array_trie.h61 return static_cast<int>(LittleEndian::ToHost32(nodes_[i]) & 0x7fffffff); in value()
67 return LittleEndian::ToHost32(nodes_[i]) & 0x800000ff; in label()
72 const uint32 node = LittleEndian::ToHost32(nodes_[i]); in offset()
/external/libtextclassifier/lang_id/common/lite_base/
Dendian.h100 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
113 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
/external/libtextclassifier/utils/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.h331 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function
344 static uint32 ToHost32(uint32 x) { return x; }
363 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()