Searched defs:jump (Results 1 – 2 of 2) sorted by relevance
145 int jump = (oldCapacity < 64) ? (oldCapacity + 2) : (oldCapacity >> 1); in grow() local171 private int newCapacity(int needed, int jump) { in newCapacity()
155 static int jump(int i, int min, int max) { in jump() method in PermuteArgsTest