Lines Matching defs:value
29 private static int rotateLeftByte(byte value, int distance) { in rotateLeftByte()
43 private static int rotateLeftShort(short value, int distance) { in rotateLeftShort()
57 private static int rotateLeftChar(char value, int distance) { in rotateLeftChar()
71 private static int rotateLeftInt(int value, int distance) { in rotateLeftInt()
85 private static long rotateLeftLong(long value, int distance) { in rotateLeftLong()
98 private static int rotateRightByte(byte value, int distance) { in rotateRightByte()
111 private static int rotateRightShort(short value, int distance) { in rotateRightShort()
124 private static int rotateRightChar(char value, int distance) { in rotateRightChar()
137 private static int rotateRightInt(int value, int distance) { in rotateRightInt()
150 private static long rotateRightLong(long value, int distance) { in rotateRightLong()
165 private static int rotateLeftIntWithByteDistance(int value, byte distance) { in rotateLeftIntWithByteDistance()
178 private static int rotateRightIntWithByteDistance(int value, byte distance) { in rotateRightIntWithByteDistance()
218 private static int rotateLeftBoolean(boolean value, int distance) { in rotateLeftBoolean()
362 private static int rotateRightBoolean(boolean value, int distance) { in rotateRightBoolean()