Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DComparableTimSort.java71 private static final int MIN_GALLOP = 7; field in ComparableTimSort
78 private int minGallop = MIN_GALLOP;
732 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);
852 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);
DTimSort.java96 private static final int MIN_GALLOP = 7; field in TimSort
103 private int minGallop = MIN_GALLOP;
765 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);
885 } while (count1 >= MIN_GALLOP | count2 >= MIN_GALLOP);