Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h914 static const U64 prime6bytes = 227718039650203ULL; variable
915 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-48)) * prime6bytes) ^ s) >> (64-h)… in ZSTD_hash6()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h913 static const U64 prime6bytes = 227718039650203ULL; variable
914 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-48)) * prime6bytes) ^ s) >> (64-h)… in ZSTD_hash6()