Home | History | Annotate | Download | only in tests

Lines Matching refs:DOWNHEAP

3252 #define DOWNHEAP(z)                                   \
3309 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3310 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);