Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java74 public static int or255(int arg) { in or255() method in Main
191 public static long or255(long arg) { in or255() method in Main
664 assertIntEquals(or255(arg), 0x876543ff); in main()
677 assertLongEquals(or255(longArg), 0x12345678876543ffL); in main()