PRIME32_3          66 lib/xxhash.c   static const uint32_t PRIME32_3 = 3266489917U;
PRIME32_3         135 lib/xxhash.c   		h32 += get_unaligned_le32(p) * PRIME32_3;
PRIME32_3         149 lib/xxhash.c   	h32 *= PRIME32_3;
PRIME32_3         356 lib/xxhash.c   		h32 += get_unaligned_le32(p) * PRIME32_3;
PRIME32_3         370 lib/xxhash.c   	h32 *= PRIME32_3;