Searched refs:HEAP_FATHER (Results 1 – 2 of 2) sorted by relevance
714 #define HEAP_FATHER(child) (((child) - 1) / 2) macro740 parent = HEAP_FATHER(child); in heap_insert()
258 #define HEAP_FATHER(x) ( ( (x) - 1 ) / 2 ) macro608 int father = HEAP_FATHER(son); in heap_insert()