Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c193 static void heap_exchange(binary_heap_t * heap, uint32_t i, uint32_t j) in heap_exchange() function
216 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()