Searched defs:hash64 (Results 1 – 9 of 9) sorted by relevance
57 uint64_t hash64 = (value1_64 << 32) | value2; in HashInts32() local92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64() local
52 uint64_t hash64 = (value1_64 << 32) | value2; in HashInts32Impl() local87 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64Impl() local
78 u64 hash64(u8 *key, u32 len, u64 seed) { function
55 long hash64 = Hashing.murmur3_128().hashObject(object, funnel).asLong(); in MURMUR128_MITZ_32() local78 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()
304 pub fn hash64<T: Hash + ?Sized>(v: &T) -> u64 { in hash64() function