Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp40 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
H A Dxxhash.cpp72 uint64_t Seed = 0; in xxHash64() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h19 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.h278 const u32 Seed = static_cast<u32>( in doRecycle() local
H A Dprimary64.h70 u32 Seed; in init() local
H A Dprimary32.h74 u32 Seed; in init() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp60 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRandstruct.cpp205 std::string Seed = in randomizeStructureLayout() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp127 unsigned Seed; member in llvm::__anoncd242c280111::Random
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp64 void IRMutator::mutateModule(Module &M, int Seed, size_t CurSize, in mutateModule()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp792 unsigned Seed = Flags.seed; in FuzzerDriver() local