Lines Matching defs:distance
39 private static int rotateLeftByte(byte value, int distance) { in rotateLeftByte()
59 private static int rotateLeftShort(short value, int distance) { in rotateLeftShort()
79 private static int rotateLeftChar(char value, int distance) { in rotateLeftChar()
99 private static int rotateLeftInt(int value, int distance) { in rotateLeftInt()
119 private static long rotateLeftLong(long value, int distance) { in rotateLeftLong()
138 private static int rotateRightByte(byte value, int distance) { in rotateRightByte()
157 private static int rotateRightShort(short value, int distance) { in rotateRightShort()
176 private static int rotateRightChar(char value, int distance) { in rotateRightChar()
195 private static int rotateRightInt(int value, int distance) { in rotateRightInt()
214 private static long rotateRightLong(long value, int distance) { in rotateRightLong()
235 private static int rotateLeftIntWithByteDistance(int value, byte distance) { in rotateLeftIntWithByteDistance()
254 private static int rotateRightIntWithByteDistance(int value, byte distance) { in rotateRightIntWithByteDistance()