Searched refs:HEAP_LEFT (Results 1 – 2 of 2) sorted by relevance
229 #define HEAP_LEFT(x) (2*(x) + 1) macro338 child = HEAP_LEFT(father); /* Left child */ in heap_extract()345 child = HEAP_LEFT(child); /* Left child for next loop */ in heap_extract()
248 #define HEAP_LEFT(x) (2*(x) + 1) macro357 child = HEAP_LEFT(father); /* Left child */ in heap_extract()364 child = HEAP_LEFT(child); /* Left child for next loop */ in heap_extract()