Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c28 #define HASH_K2 0x9ae16a3b2f90404fULL macro
55 uint64_t mul = HASH_K2 + 64; in cityhash4()
59 uint64_t d = w3 * HASH_K2; in cityhash4()
61 a + rotate(b + HASH_K2, 18) + c, mul)); in cityhash4()