Searched refs:NextRandom (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsampler.cc89 rnd_ = NextRandom(rnd_);
112 rnd_ = NextRandom(rnd_);
H A Dsampler.h124 static uint64_t NextRandom(uint64_t rnd_); // Returns the next prng value
155 inline uint64_t Sampler::NextRandom(uint64_t rnd) { function in class:tcmalloc::Sampler
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsampler.cc89 rnd_ = NextRandom(rnd_);
112 rnd_ = NextRandom(rnd_);
H A Dsampler.h124 static uint64_t NextRandom(uint64_t rnd_); // Returns the next prng value
155 inline uint64_t Sampler::NextRandom(uint64_t rnd) { function in class:tcmalloc::Sampler
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc220 // Testing that NextRandom generates uniform
231 x = sampler.NextRandom(x);
237 x = sampler.NextRandom(x);
320 current_value = sampler.NextRandom(current_value);
582 LOG(INFO) << "Running sampler.NextRandom 1<<" << n << " times";
584 x = sampler.NextRandom(x);
600 rnd = sampler.NextRandom(rnd);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc220 // Testing that NextRandom generates uniform
231 x = sampler.NextRandom(x);
237 x = sampler.NextRandom(x);
320 current_value = sampler.NextRandom(current_value);
582 LOG(INFO) << "Running sampler.NextRandom 1<<" << n << " times";
584 x = sampler.NextRandom(x);
600 rnd = sampler.NextRandom(rnd);

Completed in 107 milliseconds