Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc62 uint64_t odd_random = 481046412LL << 32 | 1025306955LL; in HashInts32() local
65 hash64 = hash64 * odd_random + shift_random; in HashInts32()
97 uint64_t odd_random = 1578233944LL << 32 | 194370989LL; in HashInts64() local
100 hash64 = hash64 * odd_random + shift_random; in HashInts64()