Searched refs:shift_random (Results 1 – 2 of 2) sorted by relevance
63 uint32_t shift_random = 10121U << 16; in HashInts32() local65 hash64 = hash64 * odd_random + shift_random; in HashInts32()98 uint32_t shift_random = 20591U << 16; in HashInts64() local100 hash64 = hash64 * odd_random + shift_random; in HashInts64()
51 uint32_t shift_random = 10121U << 16; in HashInts32Impl() local53 hash64 = hash64 * odd_random + shift_random; in HashInts32Impl()86 uint32_t shift_random = 20591U << 16; in HashInts64Impl() local88 hash64 = hash64 * odd_random + shift_random; in HashInts64Impl()