Searched refs:left_index (Results 1 – 1 of 1) sorted by relevance
307 int left_index = index * 2 + 1; in heap_bubble_down() local308 int right_index = left_index + 1; in heap_bubble_down()309 …int next = (s_log_cache[left_index].generation < s_log_cache[right_index].generation) ? left_index… in heap_bubble_down()