Home
last modified time | relevance | path

Searched defs:ZSTD_hash4 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h790 static U32 ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-h) ; } in ZSTD_hash4() function
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c957 static U32 ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32 - h); } in ZSTD_hash4() function

Completed in 10 milliseconds