Searched refs:prime5bytes (Results 1 – 1 of 1) sorted by relevance
900 static const U64 prime5bytes = 889523592379ULL; variable901 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-40)) * prime5bytes) ^ s) >> (64-h)… in ZSTD_hash5()