Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_memory_region.h188 uint32_t lhs_bits = lhs.LoadBits(bit, kNumBits); in Compare() local
190 if (lhs_bits != rhs_bits) { in Compare()
191 return (lhs_bits < rhs_bits) ? -1 : 1; in Compare()
195 uint32_t lhs_bits = lhs.LoadBits(bit, num_bits); in Compare() local
197 if (lhs_bits != rhs_bits) { in Compare()
198 return (lhs_bits < rhs_bits) ? -1 : 1; in Compare()