Searched refs:highest_bit (Results 1 – 1 of 1) sorted by relevance
140 int highest_bit = src->GetHighestBitSet(); in Union() local144 if (highest_bit == -1) { in Union()149 uint32_t src_size = BitsToWords(highest_bit + 1); in Union()155 EnsureSize(highest_bit); in Union()158 DCHECK_LT(static_cast<uint32_t> (highest_bit), storage_size_ * kWordBits); in Union()174 int highest_bit = union_with->GetHighestBitSet(); in UnionIfNotIn() local178 if (highest_bit == -1) { in UnionIfNotIn()183 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn()187 EnsureSize(highest_bit); in UnionIfNotIn()190 DCHECK_LT(static_cast<uint32_t> (highest_bit), storage_size_ * kWordBits); in UnionIfNotIn()[all …]