Searched refs:other_size (Results 1 – 3 of 3) sorted by relevance
199 size_t other_size = other.condition_count_; in Merge() local201 while (other_size > condition_count_) { in Merge()203 other_size--; in Merge()205 while (condition_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()