Searched refs:HEAP_LEFT (Results 1 – 2 of 2) sorted by relevance
829 #define HEAP_LEFT(x) (2 * (x) + 1) macro890 child = HEAP_LEFT(parent); /* start from left child */ in heap_extract()898 child = HEAP_LEFT(child); /* left child for next loop */ in heap_extract()
259 #define HEAP_LEFT(x) ( 2*(x) + 1 ) macro649 child = HEAP_LEFT(father); /* left child */ in heap_extract()657 child = HEAP_LEFT(child); /* left child for next loop */ in heap_extract()