Searched refs:right_cache_id (Results 1 – 1 of 1) sorted by relevance
27 int right_cache_id; in calculate_first_second_splitting() local51 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in calculate_first_second_splitting()52 if (right_cache_id >= 0) in calculate_first_second_splitting()53 range_start = mcache_boundaries[right_cache_id] - shift; in calculate_first_second_splitting()62 right_cache_id = (right_cache_id + 1) % num_boundaries; in calculate_first_second_splitting()64 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()70 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in calculate_first_second_splitting()73 *second_offset = right_cache_id; in calculate_first_second_splitting()