Home | History | Annotate | Download | only in util

Lines Matching defs:MIN_GALLOP

94      * often than MIN_GALLOP consecutive times.
96 private static final int MIN_GALLOP = 7;
100 * to MIN_GALLOP. The mergeLo and mergeHi methods nudge it higher for
103 private int minGallop = MIN_GALLOP;
765 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);
885 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);