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

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

Completed in 108 milliseconds