Home
last modified time | relevance | path

Searched refs:shift_random (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dhash.cc63 uint32_t shift_random = 10121U << 16; in HashInts32() local
65 hash64 = hash64 * odd_random + shift_random; in HashInts32()
98 uint32_t shift_random = 20591U << 16; in HashInts64() local
100 hash64 = hash64 * odd_random + shift_random; in HashInts64()
/external/cronet/base/hash/
Dhash.cc51 uint32_t shift_random = 10121U << 16; in HashInts32Impl() local
53 hash64 = hash64 * odd_random + shift_random; in HashInts32Impl()
86 uint32_t shift_random = 20591U << 16; in HashInts64Impl() local
88 hash64 = hash64 * odd_random + shift_random; in HashInts64Impl()