Home
last modified time | relevance | path

Searched refs:nStopPos (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h683 FX_UINT nStopPos, in QuickSort() argument
686 if (nStartPos >= nStopPos) in QuickSort()
689 if ((nStopPos - nStartPos) == 1) { in QuickSort()
691 TYPE Value2 = this->GetAt(nStopPos); in QuickSort()
696 this->SetAt(nStopPos, Value1); in QuickSort()
701 FX_UINT m = nStartPos + (nStopPos - nStartPos) / 2; in QuickSort()
719 FX_UINT j = nStopPos; in QuickSort()
736 if (nStopPos > m) in QuickSort()
737 QuickSort(m, nStopPos, bAscend, pCompare); in QuickSort()