Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog.c307 int left_index = index * 2 + 1; in heap_bubble_down() local
308 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()