Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dxxhash.c67 static const uint32_t PRIME32_4 = 668265263U; variable
136 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32()
357 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32_digest()