Searched refs:HEAP_LEFT (Results 1 – 2 of 2) sorted by relevance
716 #define HEAP_LEFT(x) (2 * (x) + 1) macro778 child = HEAP_LEFT(parent); /* start from left child */ in heap_extract()786 child = HEAP_LEFT(child); /* left child for next loop */ in heap_extract()
257 #define HEAP_LEFT(x) ( 2*(x) + 1 ) macro650 child = HEAP_LEFT(father); /* left child */ in heap_extract()658 child = HEAP_LEFT(child); /* left child for next loop */ in heap_extract()