Home
last modified time | relevance | path

Searched defs:rotateRight (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseByteArrayTest.java205 static double rotateRight(double i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
215 static float rotateRight(float i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
224 static long rotateRight(long i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
232 static int rotateRight(int i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
242 static short rotateRight(short i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
254 static char rotateRight(char i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
/libcore/ojluni/src/main/java/java/lang/
DInteger.java1884 public static int rotateRight(int i, int distance) { in rotateRight() method in Integer
DLong.java1929 public static long rotateRight(long i, int distance) { in rotateRight() method
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DInteger.annotated.java122 public static int rotateRight(int i, int distance) { throw new RuntimeException("Stub!"); } in rotateRight() method in Integer
DLong.annotated.java121 public static long rotateRight(long i, int distance) { throw new RuntimeException("Stub!"); } in rotateRight() method in Long
/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java225 public static long rotateRight(long i, int distance) { in rotateRight() method in Long
DInteger.java225 public static int rotateRight(int i, int distance) { in rotateRight() method in Integer
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java608 static <K, V> java.util.HashMap.TreeNode<K, V> rotateRight( in rotateRight() method in HashMap.TreeNode
/libcore/ojluni/src/main/java/java/util/
DHashMap.java2363 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, in rotateRight() method in HashMap.TreeNode
DTreeMap.java2624 private void rotateRight(TreeMapEntry<K,V> p) { in rotateRight() method in TreeMap
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3113 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, in rotateRight() method in ConcurrentHashMap.TreeBin