Searched refs:NUM_SHORT_VALUES (Results 1 – 1 of 1) sorted by relevance
1007 int[] count = new int[NUM_SHORT_VALUES]; in sort()1012 for (int i = NUM_SHORT_VALUES, k = right + 1; k > left; ) { in sort()1027 private static final int NUM_SHORT_VALUES = 1 << 16; field in DualPivotQuicksort