Searched defs:toUnsignedInt (Results 1 – 6 of 6) sorted by relevance
75 public static int toUnsignedInt(byte x) { throw new RuntimeException("Stub!"); } in toUnsignedInt() method in Byte
126 public static int toUnsignedInt(short x) { in toUnsignedInt() method in Short
122 public static int toUnsignedInt(byte x) { in toUnsignedInt() method in Byte
592 public static int toUnsignedInt(short x) { in toUnsignedInt() method in Short
559 public static int toUnsignedInt(byte x) { in toUnsignedInt() method in Byte
4132 private static int toUnsignedInt(byte n) { return n & 0xff; } in toUnsignedInt() method in Unsafe4133 private static int toUnsignedInt(short n) { return n & 0xffff; } in toUnsignedInt() method in Unsafe