Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dxxhash.c64 static const uint32_t PRIME32_1 = 2654435761U; variable
98 seed *= PRIME32_1; in xxh32_round()
110 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32()
113 uint32_t v4 = seed - PRIME32_1; in xxh32()
142 h32 = xxh_rotl32(h32, 11) * PRIME32_1; in xxh32()
248 state.v1 = seed + PRIME32_1 + PRIME32_2; in xxh32_reset()
251 state.v4 = seed - PRIME32_1; in xxh32_reset()
363 h32 = xxh_rotl32(h32, 11) * PRIME32_1; in xxh32_digest()