Searched refs:PRIME32_4 (Results 1 – 2 of 2) sorted by relevance
42 #define PRIME32_4 668265263U macro86 h32 = rol32(h32, 17) * PRIME32_4; in qemu_xxhash8()89 h32 = rol32(h32, 17) * PRIME32_4; in qemu_xxhash8()92 h32 = rol32(h32, 17) * PRIME32_4; in qemu_xxhash8()95 h32 = rol32(h32, 17) * PRIME32_4; in qemu_xxhash8()
67 static const uint32_t PRIME32_4 = 668265263U; variable136 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32()357 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32_digest()