Searched refs:PRIME32_5 (Results 1 – 2 of 2) sorted by relevance
68 static const uint32_t PRIME32_5 = 374761393U; variable129 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()
43 #define PRIME32_5 374761393U macro