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

/external/chromium_org/base/containers/
H A Dhash_tables.h139 uint32 shift_random = 10121U << 16; local
141 hash64 = hash64 * odd_random + shift_random;
174 uint32 shift_random = 20591U << 16; local
176 hash64 = hash64 * odd_random + shift_random;

Completed in 135 milliseconds