Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h910 static const U64 prime7bytes = 58295818150454627ULL; variable
911 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-56)) * prime7bytes) ^ s) >> (64-h)… in ZSTD_hash7()