Home
last modified time | relevance | path

Searched refs:prime5bytes (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c69 static const U64 prime5bytes = 889523592379ULL; in LZ4_hash5() local
71 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c69 static const U64 prime5bytes = 889523592379ULL; in LZ4_hash5() local
71 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h793 static const U64 prime5bytes = 889523592379ULL; variable
794 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h)) ; } in ZSTD_hash5()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c960 static const U64 prime5bytes = 889523592379ULL; variable
961 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64 - 40)) * prime5bytes) >> (64 - h)); } in ZSTD_hash5()

Completed in 12 milliseconds