Searched refs:highest_bit (Results 1 – 1 of 1) sorted by relevance
139 int highest_bit = src->GetHighestBitSet(); in Union() local143 if (highest_bit == -1) { in Union()148 uint32_t src_size = BitsToWords(highest_bit + 1); in Union()154 EnsureSize(highest_bit); in Union()157 DCHECK_LT(static_cast<uint32_t> (highest_bit), storage_size_ * kWordBits); in Union()173 int highest_bit = union_with->GetHighestBitSet(); in UnionIfNotIn() local177 if (highest_bit == -1) { in UnionIfNotIn()182 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn()186 EnsureSize(highest_bit); in UnionIfNotIn()189 DCHECK_LT(static_cast<uint32_t> (highest_bit), storage_size_ * kWordBits); in UnionIfNotIn()[all …]