Searched refs:prime8bytes (Results 1 – 2 of 2) sorted by relevance
696 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL; variable697 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u) * prime8bytes) >> (64-h)) ; } in ZSTD_hash8()738 hash *= prime8bytes; in ZSTD_rollingHash_append()758 return ZSTD_ipow(prime8bytes, length - 1); in ZSTD_rollingHash_primePower()767 hash *= prime8bytes; in ZSTD_rollingHash_rotate()
10536 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL; variable10537 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u) * prime8bytes) >> (64-h)) ; } in ZSTD_hash8()10577 hash *= prime8bytes; in ZSTD_rollingHash_append()10597 return ZSTD_ipow(prime8bytes, length - 1); in ZSTD_rollingHash_primePower()10606 hash *= prime8bytes; in ZSTD_rollingHash_rotate()