Searched defs:Seed (Results 1 – 12 of 12) sorted by relevance
40 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; global() variable
89 uint64_t Seed = 0; xxHash64() local
19 static const u32 Seed = 0x9747b28c; global() variable
23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
290 const u32 Seed = static_cast<u32>( in doRecycle() local
80 u32 Seed; init() local
128 u32 Seed; init() local
79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash()
205 std::string Seed = in randomizeStructureLayout() local
127 unsigned Seed; member in llvm::__anonab4eb1430111::Random
794 unsigned Seed = Flags.seed; FuzzerDriver() local
63 mutateModule(Module & M,int Seed,size_t MaxSize) mutateModule() argument