Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java242 int maxStart = perm.length-1; in testPermutations() local
243 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()