Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h801 static const U64 prime7bytes = 58295818150454627ULL; variable
802 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h)) ; } in ZSTD_hash7()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c968 static const U64 prime7bytes = 58295818150454627ULL; variable
969 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64 - 56)) * prime7bytes) >> (64 - h)); } in ZSTD_hash7()

Completed in 10 milliseconds