Searched refs:ToHost32 (Results 1 – 4 of 4) sorted by relevance
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); }
331 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function344 static uint32 ToHost32(uint32 x) { return x; }363 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()