Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDRandomNumberGenerator.cpp42 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
HDxxhash.cpp105 uint64_t Seed = 0; in xxHash64() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDstack_depot.h20 static const u32 Seed = 0x9747b28c; variable
HDchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
HDquarantine.h290 const u32 Seed = static_cast<u32>( in doRecycle() local
HDprimary32.h79 u32 Seed; in init() local
HDprimary64.h120 u32 Seed; in init() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRFSDiscriminator.cpp79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDRandstruct.cpp205 std::string Seed = in randomizeStructureLayout() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
HDllvm-stress.cpp127 unsigned Seed; member in llvm::__anoncba422aa0111::Random
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDriver.cpp795 unsigned Seed = Flags.seed; in FuzzerDriver() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDIRMutator.cpp64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule()