Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c42 cityhash_helper(uint64_t u, uint64_t v, uint64_t mul) in cityhash_helper() function
60 return (cityhash_helper(rotate(a + b, 43) + rotate(c, 30) + d, in cityhash4()