Searched refs:prime8bytes (Results 1 – 1 of 1) sorted by relevance
526 static const U64 prime8bytes = 11400714785074694791ULL; in LZ4_hash5() local531 return (U32)(((sequence >> 24) * prime8bytes) >> (64 - hashLog)); in LZ4_hash5()