Searched refs:shift_random (Results 1 – 1 of 1) sorted by relevance
52 uint32_t shift_random = 10121U << 16; in HashInts32() local54 hash64 = hash64 * odd_random + shift_random; in HashInts32()87 uint32_t shift_random = 20591U << 16; in HashInts64() local89 hash64 = hash64 * odd_random + shift_random; in HashInts64()