Home | History | Annotate | Download | only in hash

Lines Matching refs:asInt

37   // note: asInt(), asLong() are in little endian
49 0x89abcdef, 0x0123456789abcdefL, // asInt/asLong as above, due to equal eight first bytes
69 HashCode fromInt = HashCode.fromInt(expected.asInt);
98 assertEquals(expectedInt, hashCode.asInt());
103 assertEquals(expectedInt, hashCode.asInt());
111 assertEquals(0x0000abcd, hashCode.asInt());
116 assertEquals(0x0000ab00, hashCode.asInt());
124 assertEquals(0x0000abcd, hashCode.asInt());
129 assertEquals(0x0000ab00, hashCode.asInt());
351 assertEquals(expectedHashCode.asInt, hash.asInt());
387 final int asInt;
390 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) {
392 this.asInt = asInt;