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

/external/chromium/base/
H A Drand_util_win.cc26 uint32 second_half = RandUint32(); local
27 return (static_cast<uint64>(first_half) << 32) + second_half;

Completed in 54 milliseconds