Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash128Test.java36 assertHash(0, toBytes(LITTLE_ENDIAN, 0x629942693e10f867L, 0x92db0b82baeb5347L), in testCompatibilityWithCPlusPlus()
38 assertHash(1, toBytes(LITTLE_ENDIAN, 0xa78ddff5adae8d10L, 0x128900ef20900135L), in testCompatibilityWithCPlusPlus()
40 assertHash(2, toBytes(LITTLE_ENDIAN, 0x8a486b23f422e826L, 0xf962a2c58947765fL), in testCompatibilityWithCPlusPlus()
42 assertHash(3, toBytes(LITTLE_ENDIAN, 0x2ea59f466f6bed8cL, 0xc610990acc428a17L), in testCompatibilityWithCPlusPlus()
44 assertHash(4, toBytes(LITTLE_ENDIAN, 0x79f6305a386c572cL, 0x46305aed3483b94eL), in testCompatibilityWithCPlusPlus()
46 assertHash(5, toBytes(LITTLE_ENDIAN, 0xc2219d213ec1f1b5L, 0xa1d8e2e0a52785bdL), in testCompatibilityWithCPlusPlus()
48 assertHash(0, toBytes(LITTLE_ENDIAN, 0xe34bbc7bbc071b6cL, 0x7a433ca9c49a9347L), in testCompatibilityWithCPlusPlus()
50 assertHash(0, toBytes(LITTLE_ENDIAN, 0x658ca970ff85269aL, 0x43fee3eaa68e5c3eL), in testCompatibilityWithCPlusPlus()
54 private static void assertHash(int seed, byte[] expectedHash, byte[] input) { in assertHash() method in Murmur3Hash128Test