Searched refs:prime8bytes (Results 1 – 2 of 2) sorted by relevance
73 static const U64 prime8bytes = 11400714785074694791ULL; in LZ4_hash5() local75 return (U32)(((sequence >> 24) * prime8bytes) >> (64 - hashLog)); in LZ4_hash5()
972 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL; variable973 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u)*prime8bytes) >> (64 - h)); } in ZSTD_hash8()