HomeSort by relevance Sort by last modified time
    Searched refs:RandUint32 (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
rand_util_win.cc 14 uint32 RandUint32() {
25 uint32 first_half = RandUint32();
26 uint32 second_half = RandUint32();
  /external/chromium_org/base/
rand_util_win.cc 14 uint32 RandUint32() {
26 uint32 first_half = RandUint32();
27 uint32 second_half = RandUint32();
  /external/chromium/net/websockets/
websocket_handshake.cc 214 uint32 RandUint32(uint32 min, uint32 max) {
229 RandUint32;

Completed in 609 milliseconds