Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h797 static const U64 prime6bytes = 227718039650203ULL; variable
798 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64-48)) * prime6bytes) >> (64-h)) ; } in ZSTD_hash6()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c964 static const U64 prime6bytes = 227718039650203ULL; variable
965 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64 - 48)) * prime6bytes) >> (64 - h)); } in ZSTD_hash6()

Completed in 12 milliseconds