Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h890 static const U32 prime3bytes = 506832829U; variable
891 …ash3(U32 u, U32 h, U32 s) { assert(h <= 32); return (((u << (32-24)) * prime3bytes) ^ s) >> (32-h… in ZSTD_hash3()