Searched defs:distance (Results 1 – 3 of 3) sorted by relevance
661 public static int rotateLeft(int i, int distance) { in rotateLeft()677 public static int rotateRight(int i, int distance) { in rotateRight()
679 public static long rotateLeft(long v, int distance) { in rotateLeft()695 public static long rotateRight(long v, int distance) { in rotateRight()
1053 int distance = index - prevTakeIndex; in invalidated() local1240 private int distance(int index, int prevTakeIndex, int length) { in distance() method in ArrayBlockingQueue.Itr1241 int distance = index - prevTakeIndex; in distance() local