Searched refs:right_cache_id (Results 1 – 1 of 1) sorted by relevance
336 int right_cache_id; in calculate_first_second_splitting() local360 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in calculate_first_second_splitting()361 if (right_cache_id >= 0) in calculate_first_second_splitting()362 range_start = mcache_boundaries[right_cache_id] - shift; in calculate_first_second_splitting()371 right_cache_id = (right_cache_id + 1) % num_boundaries; in calculate_first_second_splitting()373 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()379 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in calculate_first_second_splitting()382 *second_offset = right_cache_id; in calculate_first_second_splitting()