Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h688 static const U64 prime6bytes = 227718039650203ULL; variable
689 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64-48)) * prime6bytes) >> (64-h))… in ZSTD_hash6()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10528 static const U64 prime6bytes = 227718039650203ULL; variable
10529 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64-48)) * prime6bytes) >> (64-h))… in ZSTD_hash6()