Home | History | Annotate | Download | only in util

Lines Matching defs:MIN_GALLOP

69      * often than MIN_GALLOP consecutive times.
71 private static final int MIN_GALLOP = 7;
75 * to MIN_GALLOP. The mergeLo and mergeHi methods nudge it higher for
78 private int minGallop = MIN_GALLOP;
732 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);
852 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);