Searched refs:son1 (Results 1 – 1 of 1) sorted by relevance
231 uint32_t son1 = 0, son2 = 0, smaller_son = 0; in heap_down() local235 son1 = ((curr + 1) << 1) - 1; in heap_down()240 if (son1 < heap->size && son2 < heap->size) { in heap_down()241 if (heap_smaller(heap, son1, son2)) in heap_down()242 smaller_son = son1; in heap_down()245 } else if (son1 < heap->size) { in heap_down()247 smaller_son = son1; in heap_down()