Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A 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()
/openbmc/qemu/include/qemu/
H A Dxxhash.h43 #define PRIME32_5 374761393U macro