Home
last modified time | relevance | path

Searched refs:rotateRight (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIntegers.java13 public static int rotateRight(int i, int distance) in rotateRight() method in Integers
15 return Integer.rotateRight(i, distance); in rotateRight()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java845 right = right.rotateRight();
852 return rotateRight();
875 private AvlNode<E> rotateRight() {
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java849 right = right.rotateRight();
856 return rotateRight();
879 private AvlNode<E> rotateRight() {
/external/proguard/src/proguard/gui/
Ddefault.pro135 public static int rotateRight(int,int);
160 public static long rotateRight(long,int);
Dboilerplate.pro198 public static int rotateRight(int,int);
224 public static long rotateRight(long,int);