HEAP_LEFT
child = HEAP_LEFT(father); /* Left child */
child = HEAP_LEFT(child); /* Left child for next loop */
child = HEAP_LEFT(father); /* Left child */
child = HEAP_LEFT(child); /* Left child for next loop */