Searched refs:partial_word_bits (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dbit_vector.cc317 uint32_t partial_word_bits = end & 0x1f; local
323 if (partial_word_bits != 0u) {
324 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));

Completed in 60 milliseconds