HomeSort by relevance Sort by last modified time
    Searched full:partial_word_bits (Results 1 - 1 of 1) sorted by null

  /art/runtime/base/
bit_vector.cc 385 uint32_t partial_word_bits = end & 0x1f; local
391 if (partial_word_bits != 0u) {
392 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));

Completed in 193 milliseconds