Searched refs:bAscend (Results 1 – 1 of 1) sorted by relevance
684 FX_BOOL bAscend, in QuickSort() argument694 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) { in QuickSort()710 if ((bAscend && iGreate > 0) || (!bAscend && iGreate < 0)) { in QuickSort()725 if ((bAscend && iGreate < 0) || (!bAscend && iGreate > 0)) { in QuickSort()735 QuickSort(nStartPos, m, bAscend, pCompare); in QuickSort()737 QuickSort(m, nStopPos, bAscend, pCompare); in QuickSort()