PRIME32_4          67 lib/xxhash.c   static const uint32_t PRIME32_4 =  668265263U;
PRIME32_4         136 lib/xxhash.c   		h32 = xxh_rotl32(h32, 17) * PRIME32_4;
PRIME32_4         357 lib/xxhash.c   		h32 = xxh_rotl32(h32, 17) * PRIME32_4;