Searched refs:gallopLeft (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | ComparableTimSort.java | 473 len2 = gallopLeft((Comparable<Object>) a[base1 + len1 - 1], a, in mergeAt() 503 private static int gallopLeft(Comparable<Object> key, Object[] a, in gallopLeft() method in ComparableTimSort 719 count2 = gallopLeft((Comparable) tmp[cursor1], a, cursor2, len2, 0); 839 count2 = len2 - gallopLeft((Comparable) a[cursor1], tmp, tmpBase, len2, len2 - 1);
|
D | TimSort.java | 507 len2 = gallopLeft(a[base1 + len1 - 1], a, base2, len2, len2 - 1, c); in mergeAt() 537 private static <T> int gallopLeft(T key, T[] a, int base, int len, int hint, in gallopLeft() method in TimSort 752 count2 = gallopLeft(tmp[cursor1], a, cursor2, len2, 0, c); 872 count2 = len2 - gallopLeft(a[cursor1], tmp, tmpBase, len2, len2 - 1, c);
|