Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c186 static inline uint32_t heap_smaller(binary_heap_t * heap, uint32_t i, in heap_smaller() function
215 while (heap_smaller(heap, curr, father)) { in heap_up()
241 if (heap_smaller(heap, son1, son2)) in heap_down()
254 if (heap_smaller(heap, smaller_son, curr)) { in heap_down()