Searched defs:toUnsignedLong (Results 1 – 8 of 8) sorted by relevance
77 public static long toUnsignedLong(byte x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Byte
104 public static long toUnsignedLong(int x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Integer
130 public static long toUnsignedLong(short x) { in toUnsignedLong() method in Short
126 public static long toUnsignedLong(byte x) { in toUnsignedLong() method in Byte
189 public static long toUnsignedLong(int x) { in toUnsignedLong() method in Integer
612 public static long toUnsignedLong(short x) { in toUnsignedLong() method in Short
579 public static long toUnsignedLong(byte x) { in toUnsignedLong() method in Byte
4134 private static long toUnsignedLong(byte n) { return n & 0xffL; } in toUnsignedLong() method in Unsafe4135 private static long toUnsignedLong(short n) { return n & 0xffffL; } in toUnsignedLong() method in Unsafe4136 private static long toUnsignedLong(int n) { return n & 0xffffffffL; } in toUnsignedLong() method in Unsafe