Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c231 uint32_t son1 = 0, son2 = 0, smaller_son = 0; in heap_down() local
242 smaller_son = son1; in heap_down()
244 smaller_son = son2; in heap_down()
247 smaller_son = son1; in heap_down()
254 if (heap_smaller(heap, smaller_son, curr)) { in heap_down()
255 heap_exchange(heap, curr, smaller_son); in heap_down()
257 curr = smaller_son; in heap_down()