Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dtreap.d341 private struct Rand struct
343 private ulong rng_state;
348 auto opCall() in opCall()
355 @property uint front() in front()
360 void popFront() in popFront()
367 enum empty = false;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp49 Random Rand(0); in TEST() local
137 Random Rand(0); in TestEraseBytes() local
173 Random Rand(0); in TestInsertByte() local
209 Random Rand(0); in TestInsertRepeatedBytes() local
253 Random Rand(0); in TestChangeByte() local
289 Random Rand(0); in TestChangeBit() local
325 Random Rand(0); in TestShuffleBytes() local
355 Random Rand(0); in TestCopyPart() local
405 Random Rand(0); in TEST() local
418 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerRandom.h22 size_t Rand() { return this->operator()(); } in Rand() function
H A DFuzzerMutate.h125 Random &Rand; variable
H A DFuzzerCorpus.h169 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
176 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
H A DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
384 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
H A DFuzzerDriver.cpp642 Random Rand(Seed); in FuzzerDriver() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h26 RandomEngine Rand; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.h50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.h56 INLINE u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.h52 INLINE u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/netbsd-src/tests/crypto/libcrypto/bn/div/
H A Ddivtest.c4 static int Rand(void) in Rand() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp115 uint32_t Rand() { in Rand() function in llvm::__anon27583fdc0111::Random