Searched defs:distance (Results 1 – 3 of 3) sorted by relevance
645 public static long rotateLeft(long v, int distance) { in rotateLeft()661 public static long rotateRight(long v, int distance) { in rotateRight()
626 public static int rotateLeft(int i, int distance) { in rotateLeft()642 public static int rotateRight(int i, int distance) { in rotateRight()
1064 int distance = index - prevTakeIndex; in invalidated() local1251 private int distance(int index, int prevTakeIndex, int length) { in distance() method in ArrayBlockingQueue.Itr1252 int distance = index - prevTakeIndex; in distance() local