Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h675 static const U64 prime7bytes = 58295818150454627ULL; variable
676 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h))… in ZSTD_hash7()