Home
last modified time | relevance | path

Searched refs:xor255 (Results 1 – 1 of 1) sorted by relevance

/art/test/538-checker-embed-constants/src/
DMain.java98 public static int xor255(int arg) { in xor255() method in Main
242 public static long xor255(long arg) { in xor255() method in Main
667 assertIntEquals(xor255(arg), 0x876543de); in main()
681 assertLongEquals(xor255(longArg), 0x12345678876543deL); in main()