Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h857 static const U64 prime7bytes = 58295818150454627ULL; variable
858 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h))… in ZSTD_hash7()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h919 static const U64 prime7bytes = 58295818150454627ULL; variable
920 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-56)) * prime7bytes) ^ s) >> (64-h)… in ZSTD_hash7()