Searched refs:heap_exchange (Results 1 – 1 of 1) sorted by relevance
193 static void heap_exchange(binary_heap_t * heap, uint32_t i, uint32_t j) in heap_exchange() function216 heap_exchange(heap, curr, father); in heap_up()255 heap_exchange(heap, curr, smaller_son); in heap_down()317 heap_exchange(heap, 0, heap->size - 1); in heap_getmin()