OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextLCG
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
294
fK =
NextLCG
(seed);
296
fK =
NextLCG
(fK);
298
fJ =
NextLCG
(fK);
300
fJ =
NextLCG
(fJ);
304
static uint32_t
NextLCG
(uint32_t seed) { return kMul*seed + kAdd; }
/external/skia/include/utils/
SkRandom.h
294
fK =
NextLCG
(seed);
296
fK =
NextLCG
(fK);
298
fJ =
NextLCG
(fK);
300
fJ =
NextLCG
(fJ);
304
static uint32_t
NextLCG
(uint32_t seed) { return kMul*seed + kAdd; }
Completed in 648 milliseconds