Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java106 public static int xor511(int arg) { in xor511() method in Main
254 public static long xor511(long arg) { in xor511() method in Main
668 assertIntEquals(xor511(arg), 0x876542de); in main()
682 assertLongEquals(xor511(longArg), 0x12345678876542deL); in main()