Searched refs:HEAP_FATHER (Results 1 – 2 of 2) sorted by relevance
827 #define HEAP_FATHER(child) (((child) - 1) / 2) macro853 parent = HEAP_FATHER(child); in heap_insert()
311 #define HEAP_FATHER(x) ( ( (x) - 1 ) / 2 ) macro742 int father = HEAP_FATHER(son); in heap_insert()