Searched refs:prime5bytes (Results 1 – 2 of 2) sorted by relevance
684 static const U64 prime5bytes = 889523592379ULL; variable685 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()
643 const U64 prime5bytes = 889523592379ULL; in LZ4_hash5() local644 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5()