HomeSort by relevance Sort by last modified time
    Searched full:xor255 (Results 1 - 1 of 1) sorted by null

  /art/test/538-checker-embed-constants/src/
Main.java 79 /// CHECK-START-ARM: int Main.xor255(int) disassembly (after)
83 public static int xor255(int arg) { method in class:Main
206 /// CHECK-START-ARM: long Main.xor255(long) disassembly (after)
212 public static long xor255(long arg) { method in class:Main
506 assertIntEquals(xor255(arg), 0x876543de); method
519 assertLongEquals(xor255(longArg), 0x12345678876543deL); method

Completed in 49 milliseconds