Searched refs:bAscend (Results 1 – 1 of 1) sorted by relevance
498 void QuickSort(FX_UINT nStartPos, FX_UINT nStopPos, FX_BOOL bAscend, LP_COMPARE pCompare) in QuickSort() argument508 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) in QuickSort()526 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) in QuickSort()545 if ((bAscend && iGreate < 0) || (!bAscend && iGreate > 0)) in QuickSort()557 if (nStartPos < m) QuickSort(nStartPos, m, bAscend, pCompare); in QuickSort()558 if (nStopPos > m) QuickSort(m, nStopPos, bAscend, pCompare); in QuickSort()