Home
last modified time | relevance | path

Searched refs:PRIME64_4 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/
Dxxhash.c73 static const uint64_t PRIME64_4 = 9650029242287828579ULL; variable
168 acc = acc * PRIME64_1 + PRIME64_4; in xxh64_merge_round()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()