Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dcityhash.c55 cityhash_impl(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash_impl() function
72 return (cityhash_impl(0, w, 0, 0)); in cityhash1()
78 return (cityhash_impl(w1, w2, 0, 0)); in cityhash2()
84 return (cityhash_impl(w1, w2, w3, 0)); in cityhash3()
90 return (cityhash_impl(w1, w2, w3, w4)); in cityhash4()