Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp42 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
H A Dxxhash.cpp105 uint64_t Seed = 0; in xxHash64() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp77 __anon79b7200d0202(const uint64_t Seed, const uint64_t Val) getCallStackHash() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp205 std::string Seed = in randomizeStructureLayout() local
/freebsd/contrib/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() argument
H A Dquarantine.h290 const u32 Seed = static_cast<u32>( in doRecycle() local
H A Dprimary32.h79 u32 Seed; in init() local
H A Dprimary64.h120 u32 Seed; in init() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp127 unsigned Seed; member in llvm::__anone1ed83310111::Random
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp795 unsigned Seed = Flags.seed; in FuzzerDriver() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule()