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.java66 public static int andNot15(int arg) { in andNot15() method in Main
165 public static long andNot15(long arg) { in andNot15() method in Main
663 assertIntEquals(andNot15(arg), 0x87654320); in main()
675 assertLongEquals(andNot15(longArg), 0x1234567887654320L); in main()