Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dcityhash.c28 #define HASH_K2 0x9ae16a3b2f90404fULL macro
55 uint64_t mul = HASH_K2 + 64; in cityhash_impl()
59 uint64_t d = w3 * HASH_K2; in cityhash_impl()
61 a + rotate(b + HASH_K2, 18) + c, mul)); in cityhash_impl()