Home | History | Annotate | Download | only in tests

Lines Matching refs:DOWNHEAP

3214 #define DOWNHEAP(z)                                   \
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
3272 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);