Home | History | Annotate | Download | only in util

Lines Matching defs:gallopRight

496         int k = gallopRight(a[base2], a, base1, len1, 0, c);
596 * key, gallopRight returns the index after the rightmost equal element.
607 private static <T> int gallopRight(T key, T[] a, int base, int len,
739 count1 = gallopRight(a[cursor2], tmp, cursor1, len1, 0, c);
859 count1 = len1 - gallopRight(tmp[cursor2], a, base1, len1, len1 - 1, c);