Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp51 Random Rand(0); in TEST() local
139 Random Rand(0); in TestEraseBytes() local
175 Random Rand(0); in TestInsertByte() local
211 Random Rand(0); in TestInsertRepeatedBytes() local
256 Random Rand(0); in TestChangeByte() local
292 Random Rand(0); in TestChangeBit() local
328 Random Rand(0); in TestShuffleBytes() local
358 Random Rand(0); in TestCopyPart() local
408 Random Rand(0); in TEST() local
421 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h302 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
308 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
318 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
495 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
H A DFuzzerRandom.h22 typename std::enable_if<std::is_integral<T>::value, T>::type Rand() { in Rand() function
H A DFuzzerMutate.h127 Random &Rand; variable
H A DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
402 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
H A DFuzzerFork.cpp99 Random *Rand; member
312 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options, in FuzzWithFork()
H A DFuzzerDataFlowTrace.cpp162 std::vector<SizedFile> &CorporaFiles, Random &Rand) { in Init()
H A DFuzzerDriver.cpp810 Random Rand(Seed); in FuzzerDriver() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A D980310-1.C25 no_future(const grrrrrrrr<whyyyyyyy<Par,Rand>*,S>& man ) { } in no_future() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddebug1.C29 no_future(const grrrrrrrr<whyyyyyyy<Par,Rand>*,S>& man ) { } in no_future() argument
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/openbsd/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h33 RandomEngine Rand; member
/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp93 uint32_t Rand() { in Rand() function in llvm::__anonc645eade0111::Random