Home | History | Annotate | Download | only in hash

Lines Matching refs:asInt

35   // note: asInt(), asLong() are in little endian
47 0x89abcdef, 0x0123456789abcdefL, // asInt/asLong as above, due to equal eight first bytes
67 HashCode fromInt = HashCode.fromInt(expected.asInt);
96 assertEquals(expectedInt, hashCode.asInt());
101 assertEquals(expectedInt, hashCode.asInt());
109 assertEquals(0x0000abcd, hashCode.asInt());
114 assertEquals(0x0000ab00, hashCode.asInt());
122 assertEquals(0x0000abcd, hashCode.asInt());
127 assertEquals(0x0000ab00, hashCode.asInt());
349 assertEquals(expectedHashCode.asInt, hash.asInt());
385 final int asInt;
388 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) {
390 this.asInt = asInt;