Searched refs:ToHost32 (Results 1 – 6 of 6) sorted by relevance
51 LittleEndian::ToHost32(c); in GatherPrefixMatches()58 return LittleEndian::ToHost32(c) < in GatherPrefixMatches()71 if (pieces_[LittleEndian::ToHost32(offsets_[left]) + match_length] == 0) { in GatherPrefixMatches()84 for (int k = LittleEndian::ToHost32(offsets_[i]) + piece_match_length; in GatherPrefixMatches()
61 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()
100 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function113 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
113 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function126 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
383 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function396 static uint32 ToHost32(uint32 x) { return x; }415 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()
115 LittleEndian::ToHost32(c); in FindTerminal()122 return LittleEndian::ToHost32(c) < in FindTerminal()136 const int string_offset = LittleEndian::ToHost32(offsets[left]); in FindTerminal()