Home
last modified time | relevance | path

Searched defs:Rand (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/base/
Drandom.cc23 uint32_t Random::Rand(uint32_t t) { in Rand() function in webrtc::Random
36 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand() function in webrtc::Random
41 int32_t Random::Rand(int32_t low, int32_t high) { in Rand() function in webrtc::Random
51 float Random::Rand<float>() { in Rand() function in webrtc::Random
58 double Random::Rand<double>() { in Rand() function in webrtc::Random
65 bool Random::Rand<bool>() { in Rand() function in webrtc::Random
Drandom.h29 T Rand() { in Rand() function
/external/llvm/lib/Fuzzer/
DFuzzerInterface.cpp20 size_t FuzzerRandomLibc::Rand() { return rand(); } in Rand() function in fuzzer::FuzzerRandomLibc
22 UserSuppliedFuzzer::UserSuppliedFuzzer(FuzzerRandomBase *Rand) in UserSuppliedFuzzer()
DFuzzerInterface.h118 FuzzerRandomBase &Rand) { in Mutate()
176 FuzzerRandomBase *Rand; variable
DFuzzerMutate.cpp50 static char FlipRandomBit(char X, FuzzerRandomBase &Rand) { in FlipRandomBit()
62 static char RandCh(FuzzerRandomBase &Rand) { in RandCh()
219 MutationDispatcher::MutationDispatcher(FuzzerRandomBase &Rand) : Rand(Rand) { in MutationDispatcher()
DFuzzerDriver.cpp210 FuzzerRandomLibc Rand(0); in FuzzerDriver() local
221 FuzzerRandomLibc Rand(0); in FuzzerDriver() local
DFuzzerInternal.h195 SimpleUserSuppliedFuzzer(FuzzerRandomBase *Rand, UserCallback Callback) in SimpleUserSuppliedFuzzer()
DFuzzerTraceState.cpp198 size_t StopTraceRecording(FuzzerRandomBase &Rand) { in StopTraceRecording()
/external/llvm/lib/Fuzzer/test/
DUserSuppliedFuzzerTest.cpp17 MyFuzzer(fuzzer::FuzzerRandomBase *Rand) in MyFuzzer()
48 fuzzer::FuzzerRandomLibc Rand(0); in main() local
DFuzzerUnittest.cpp14 FuzzerRandomLibc Rand(0); in TEST() local
90 FuzzerRandomLibc Rand(0); in TestEraseByte() local
116 FuzzerRandomLibc Rand(0); in TestInsertByte() local
150 FuzzerRandomLibc Rand(0); in TestChangeByte() local
184 FuzzerRandomLibc Rand(0); in TestChangeBit() local
218 FuzzerRandomLibc Rand(0); in TestShuffleBytes() local
246 FuzzerRandomLibc Rand(0); in TestAddWordFromDictionary() local
286 FuzzerRandomLibc Rand(0); in TestChangeASCIIInteger() local
/external/boringssl/src/tool/
Drand.cc36 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/freetype/src/psaux/
Dt1decode.c1010 FT_Fixed Rand; in t1_decoder_parse_charstrings() local
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c1010 FT_Fixed Rand; in t1_decoder_parse_charstrings() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp92 uint32_t Rand() { in Rand() function in llvm::__anonef4614f80111::Random
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c2056 FT_Fixed Rand; in cff_decoder_parse_charstrings() local
/external/freetype/src/cff/
Dcffgload.c2056 FT_Fixed Rand; in cff_decoder_parse_charstrings() local
/external/boringssl/src/ssl/test/runner/
Dcommon.go260 Rand io.Reader member