Searched defs:hash64 (Results 1 – 5 of 5) sorted by relevance
57 uint64_t hash64 = (value1_64 << 32) | value2; in HashInts32() local92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64() local
50 long hash64 = Hashing.murmur3_128().hashObject(object, funnel).asLong(); in MURMUR128_MITZ_32() local70 long hash64 = Hashing.murmur3_128().hashObject(object, funnel).asLong(); in MURMUR128_MITZ_32() local
41 uint64 hash64; in TEST() member
16 crypto_hash_sha512(uint8_t *hash64, const uint8_t *data, size_t len) in crypto_hash_sha512()