Searched defs:Seed (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | checksum_test.cpp | 15 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 D | RandomNumberGenerator.cpp | 40 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
|
H A D | xxhash.cpp | 72 uint64_t Seed = 0; in xxHash64() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/ |
H A D | llvm-isel-fuzzer.cpp | 67 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 D | stack_depot.h | 19 static const u32 Seed = 0x9747b28c; variable
|
H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
H A D | quarantine.h | 278 const u32 Seed = static_cast<u32>( in doRecycle() local
|
H A D | primary64.h | 70 u32 Seed; in init() local
|
H A D | primary32.h | 74 u32 Seed; in init() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/ |
H A D | llvm-opt-fuzzer.cpp | 60 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Randstruct.cpp | 205 std::string Seed = in randomizeStructureLayout() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 127 unsigned Seed; member in llvm::__anoncd242c280111::Random
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 64 void IRMutator::mutateModule(Module &M, int Seed, size_t CurSize, in mutateModule()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 792 unsigned Seed = Flags.seed; in FuzzerDriver() local
|