Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc46 BitsToWords(start_bits), in BitVector()
47 static_cast<uint32_t*>(allocator->Alloc(BitsToWords(start_bits) * kWordBytes))) { in BitVector()
83 int our_highest_index = BitsToWords(our_highest); in SameBitsSet()
107 size_t this_highest_index = BitsToWords(this_highest + 1); in IsSubsetOf()
149 uint32_t src_size = BitsToWords(highest_bit + 1); in Union()
183 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn()
353 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize()
Dbit_vector.h132 static constexpr uint32_t BitsToWords(uint32_t bits) { in BitsToWords() function