Searched refs:HEAP_LEFT (Results 1 – 1 of 1) sorted by relevance
73 #define HEAP_LEFT(x) ( (x)+(x) + 1 ) macro207 while ( (child = HEAP_LEFT(father)) <= max ) { in heap_extract()254 while ( (temp = HEAP_LEFT(i)) <= max ) {