OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextRandom
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc
89
rnd_ =
NextRandom
(rnd_);
112
rnd_ =
NextRandom
(rnd_);
sampler.h
124
static uint64_t
NextRandom
(uint64_t rnd_); // Returns the next prng value
155
inline uint64_t Sampler::
NextRandom
(uint64_t rnd) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc
89
rnd_ =
NextRandom
(rnd_);
112
rnd_ =
NextRandom
(rnd_);
sampler.h
124
static uint64_t
NextRandom
(uint64_t rnd_); // Returns the next prng value
155
inline uint64_t Sampler::
NextRandom
(uint64_t rnd) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc
220
// 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/
sampler_test.cc
220
// 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 80 milliseconds