Searched refs:minThresholdPosition (Results 1 – 1 of 1) sorted by relevance
707 int minThresholdPosition = 0; in leastOf() local718 minThresholdPosition = pivotNewIndex; in leastOf()725 threshold = buffer[minThresholdPosition]; in leastOf()726 for (int i = minThresholdPosition + 1; i < bufferSize; i++) { in leastOf()