Home | History | Annotate | Download | only in switchback

Lines Matching refs:DOWNHEAP

3199 #define DOWNHEAP(z)                                   \
3256 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3257 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);