Searched refs:find_pivot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DquickSort.hpp49 static int find_pivot(T* array, int length, C comparator) { function in class:QuickSort
101 int pivot = find_pivot(array, length, comparator);

Completed in 29 milliseconds