Searched refs:xor255 (Results 1 – 1 of 1) sorted by relevance
98 public static int xor255(int arg) { in xor255() method in Main242 public static long xor255(long arg) { in xor255() method in Main667 assertIntEquals(xor255(arg), 0x876543de); in main()681 assertLongEquals(xor255(longArg), 0x12345678876543deL); in main()