Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h626 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL; variable
627 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u) * prime8bytes) >> (64-h)) ; } in ZSTD_hash8()
667 hash *= prime8bytes; in ZSTD_rollingHash_append()
687 return ZSTD_ipow(prime8bytes, length - 1); in ZSTD_rollingHash_primePower()
696 hash *= prime8bytes; in ZSTD_rollingHash_rotate()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h861 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL; variable
862 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u) * prime8bytes) >> (64-h)) ; } in ZSTD_hash8()
903 hash *= prime8bytes; in ZSTD_rollingHash_append()
923 return ZSTD_ipow(prime8bytes, length - 1); in ZSTD_rollingHash_primePower()
932 hash *= prime8bytes; in ZSTD_rollingHash_rotate()