Searched refs:maxStart (Results 1 – 1 of 1) sorted by relevance
242 int maxStart = perm.length-1; in testPermutations() local243 if (j != 0) maxStart /= 2; in testPermutations()244 for (int start = 0; start <= maxStart; start++) { in testPermutations()245 int maxOmit = (maxStart - start) / 2; in testPermutations()256 start = jump(start, (j == 0 ? MARGIN : 0), maxStart); in testPermutations()