Home
last modified time | relevance | path

Searched refs:right_index (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/log/
Dlog.c308 int right_index = left_index + 1; in heap_bubble_down() local
309 … (s_log_cache[left_index].generation < s_log_cache[right_index].generation) ? left_index : right_i… in heap_bubble_down()