Searched refs:other_size (Results 1 – 6 of 6) sorted by relevance
237 size_t other_size = other.condition_count_; in Merge() local239 while (other_size > condition_count_) { in Merge()241 other_size--; in Merge()243 while (condition_count_ > other_size) { in Merge()
118 size_t other_size = other->limit_count_; in Merge() local120 while (other_size > limit_count_) { in Merge()122 other_size--; in Merge()124 while (limit_count_ > other_size) { in Merge()
141 (original_id, error, other_size) = \144 other_data = wire[current:current + other_size]145 current += other_size
29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument34 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()
320 int other_size = other_mutator->Size(other_data); in Swap() local321 for (int i = 0; i < other_size; ++i) { in Swap()
1484 int other_size = other.current_size_;1486 void** new_elements = InternalExtend(other_size);1489 other_size, allocated_elems);1490 current_size_ += other_size;