Searched defs:shift_random (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/containers/
H A Dhash_tables.h209 uint32_t shift_random = 10121U << 16; local
211 hash64 = hash64 * odd_random + shift_random;
244 uint32_t shift_random = 20591U << 16; local
246 hash64 = hash64 * odd_random + shift_random;

Completed in 89 milliseconds