Home
last modified time | relevance | path

Searched defs:Seed (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum()
23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum()
39 const scudo::u32 Seed = 0x41424343U; in verifyChecksumFunctionBitFlip() local
/llvm-project/compiler-rt/test/fuzzer/
H A DMsanCustomMutator.cpp22 unsigned int Seed) { in LLVMFuzzerCustomMutator()
37 uint8_t *Out, size_t MaxOutSize, unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
H A DReloadTest.cpp13 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomMutatorTest.cpp33 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomMutatorWithLongSequencesTest.cpp34 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomCrossOverAndMutateTest.cpp29 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
H A DCompressedTest.cpp39 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomCrossOverTest.cpp43 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp42 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
/llvm-project/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp67 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
/llvm-project/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp56 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash()
/llvm-project/clang/lib/AST/
H A DRandstruct.cpp205 std::seed_seq SeedSeq(Seed.begin(), Seed.end()); in randomizeStructureLayout() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h20 static const u32 Seed = 0x9747b28c; variable
H A Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
H A Dquarantine.h290 const u32 Seed = static_cast<u32>( in doRecycle() local
/llvm-project/bolt/include/bolt/Core/
H A DCallGraph.h23 inline int64_t hashCombine(const int64_t Seed, const int64_t Val) { in hashCombine()
/llvm-project/bolt/lib/Passes/
H A DReorderAlgorithm.cpp53 template <class T> inline void hashCombine(size_t &Seed, const T &Val) { in hashCombine()
61 size_t Seed = Hasher(Val.first); in operator ()() local
/llvm-project/clang/unittests/AST/
H A DRandstructTest.cpp40 constexpr const char Seed[] = "1234567890abcdef"; variable
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp406 static void RunRandTest(uint64_t Seed, int Size, int MinCount, int MaxCount, in RunRandTest() argument
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp127 unsigned Seed; member in llvm::__anon707eaac40111::Random
/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp29 static constexpr int Seed = 5; variable
[all...]
H A DStrategiesTest.cpp28 static constexpr int Seed = 5; variable
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp795 unsigned Seed = Flags.seed; in FuzzerDriver() local
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule() argument

12