Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1578 public static byte longAnd0xffToByte(long value) { in longAnd0xffToByte() method in Main
1796 assertIntEquals(0x21, longAnd0xffToByte(0x1234432112344321L)); in main()
1797 assertIntEquals(0, longAnd0xffToByte(Long.MIN_VALUE)); in main()
1798 assertIntEquals(-1, longAnd0xffToByte(Long.MAX_VALUE)); in main()