Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java51 public static int andNot15(int arg) { in andNot15() method in Main
137 public static long andNot15(long arg) { in andNot15() method in Main
502 assertIntEquals(andNot15(arg), 0x87654320); in main()
513 assertLongEquals(andNot15(longArg), 0x1234567887654320L); in main()