Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dxxhash.c68 static const uint32_t PRIME32_5 = 374761393U; variable
129 h32 = seed + PRIME32_5; in xxh32()
141 h32 += (*p) * PRIME32_5; in xxh32()
350 h32 = state->v3 /* == seed */ + PRIME32_5; in xxh32_digest()
362 h32 += (*p) * PRIME32_5; in xxh32_digest()