Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h684 static const U64 prime5bytes = 889523592379ULL; variable
685 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c422 static const U64 prime5bytes = 889523592379ULL; in LZ4_hash5() local
426 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10522 static const U64 prime5bytes = 889523592379ULL; variable
10523 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()