Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
HDzstd_compress_internal.h692 static const U64 prime7bytes = 58295818150454627ULL; variable
693 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h))… in ZSTD_hash7()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.c10530 static const U64 prime7bytes = 58295818150454627ULL; variable
10531 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h))… in ZSTD_hash7()