PRIME32_5          68 lib/xxhash.c   static const uint32_t PRIME32_5 =  374761393U;
PRIME32_5         129 lib/xxhash.c   		h32 = seed + PRIME32_5;
PRIME32_5         141 lib/xxhash.c   		h32 += (*p) * PRIME32_5;
PRIME32_5         350 lib/xxhash.c   		h32 = state->v3 /* == seed */ + PRIME32_5;
PRIME32_5         362 lib/xxhash.c   		h32 += (*p) * PRIME32_5;