Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Drandom.cc24 uint32_t Random::Rand(uint32_t t) { in Rand() function in webrtc::Random
37 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand() function in webrtc::Random
42 int32_t Random::Rand(int32_t low, int32_t high) { in Rand() function in webrtc::Random
50 float Random::Rand<float>() { in Rand() function in webrtc::Random
57 double Random::Rand<double>() { in Rand() function in webrtc::Random
64 bool Random::Rand<bool>() { in Rand() function in webrtc::Random
Drandom.h41 T Rand() { in Rand() function
/external/llvm-project/llvm/unittests/FuzzMutate/
DReservoirSamplerTest.cpp16 std::mt19937 Rand; in TEST() local
23 std::mt19937 Rand; in TEST() local
29 std::mt19937 Rand; in TEST() local
/external/llvm/lib/Fuzzer/test/
DFuzzerUnittest.cpp24 Random Rand(0); in TEST() local
102 Random Rand(0); in TestEraseByte() local
130 Random Rand(0); in TestInsertByte() local
166 Random Rand(0); in TestChangeByte() local
202 Random Rand(0); in TestChangeBit() local
238 Random Rand(0); in TestShuffleBytes() local
268 Random Rand(0); in TestAddWordFromDictionary() local
310 Random Rand(0); in TestAddWordFromDictionaryWithHint() local
339 Random Rand(0); in TestChangeASCIIInteger() local
433 Random Rand(0); in TEST() local
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dextended_reports_unittest.cc52 T Rand() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
61 ReceiveTimeInfo RtcpPacketExtendedReportsTest::Rand<ReceiveTimeInfo>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
69 NtpTime RtcpPacketExtendedReportsTest::Rand<NtpTime>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
76 Rrtr RtcpPacketExtendedReportsTest::Rand<Rrtr>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
/external/llvm-project/compiler-rt/lib/fuzzer/tests/
DFuzzerUnittest.cpp50 Random Rand(0); in TEST() local
138 Random Rand(0); in TestEraseBytes() local
174 Random Rand(0); in TestInsertByte() local
210 Random Rand(0); in TestInsertRepeatedBytes() local
254 Random Rand(0); in TestChangeByte() local
290 Random Rand(0); in TestChangeBit() local
326 Random Rand(0); in TestShuffleBytes() local
356 Random Rand(0); in TestCopyPart() local
406 Random Rand(0); in TEST() local
419 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp50 Random Rand(0); in TEST() local
138 Random Rand(0); in TestEraseBytes() local
174 Random Rand(0); in TestInsertByte() local
210 Random Rand(0); in TestInsertRepeatedBytes() local
254 Random Rand(0); in TestChangeByte() local
290 Random Rand(0); in TestChangeBit() local
326 Random Rand(0); in TestShuffleBytes() local
356 Random Rand(0); in TestCopyPart() local
406 Random Rand(0); in TEST() local
419 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/external/bc/
DLICENSE.md57 ## Rand section in License
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DRand.java25 final class Rand { class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h26 RandomEngine Rand; member
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h26 RandomEngine Rand; member
/external/rust/crates/rand/
DREADME.md1 # Rand chapter
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerRandom.h21 size_t Rand() { return this->operator()(); } in Rand() function
DFuzzerMutate.h127 Random &Rand; variable
DFuzzerCorpus.h297 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
303 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
313 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
488 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
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()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerRandom.h21 size_t Rand() { return this->operator()(); } in Rand() function
DFuzzerMutate.h127 Random &Rand; variable
DFuzzerCorpus.h297 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
303 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
313 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
488 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
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()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Drand.cc37 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/boringssl/src/tool/
Drand.cc37 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h55 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp21 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
52 static char FlipRandomBit(char X, Random &Rand) { in FlipRandomBit()
64 static char RandCh(Random &Rand) { in RandCh()
/external/libvpx/libvpx/test/
Dhadamard_test.cc223 virtual int16_t Rand() { return rnd_.Rand9Signed(); } in Rand() function in __anon07e66df40111::HadamardLowbdTest
291 virtual int16_t Rand() { return rnd_.Rand13Signed(); } in Rand() function in __anon07e66df40111::HadamardHighbdTest

12