Searched refs:left_cache_id (Results 1 – 1 of 1) sorted by relevance
26 int left_cache_id; in calculate_first_second_splitting() local41 for (left_cache_id = 0; left_cache_id < num_boundaries; left_cache_id++) { in calculate_first_second_splitting()42 range_end = mcache_boundaries[left_cache_id] - shift - 1; in calculate_first_second_splitting()64 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()66 *first_offset = 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()72 *first_offset = left_cache_id; in calculate_first_second_splitting()