Searched refs:prime6bytes (Results 1 – 1 of 1) sorted by relevance
905 static const U64 prime6bytes = 227718039650203ULL; variable906 …, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-48)) * prime6bytes) ^ s) >> (64-h)… in ZSTD_hash6()