/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RandomNumberGenerator.cpp | 42 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable 43 void llvm::initRandomSeedOptions() { *Seed; } in initRandomSeedOptions() 46 LLVM_DEBUG(if (*Seed == 0) dbgs() in RandomNumberGenerator() 56 Data[0] = *Seed; in RandomNumberGenerator() 57 Data[1] = *Seed >> 32; in RandomNumberGenerator()
|
H A D | xxhash.cpp | 105 uint64_t Seed = 0; in xxHash64() local 112 uint64_t V1 = Seed + PRIME64_1 + PRIME64_2; in xxHash64() 113 uint64_t V2 = Seed + PRIME64_2; in xxHash64() 114 uint64_t V3 = Seed + 0; in xxHash64() 115 uint64_t V4 = Seed - PRIME64_1; in xxHash64() 135 H64 = Seed + PRIME64_5; in xxHash64()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum() argument 29 u32 Crc = static_cast<u32>(CRC32_INTRINSIC(Seed, Value)); in computeChecksum() 35 u32 Crc = computeHardwareCRC32(Seed, Value); in computeChecksum() 40 u16 Checksum = computeBSDChecksum(static_cast<u16>(Seed), Value); in computeChecksum()
|
H A D | stack_depot.h | 20 static const u32 Seed = 0x9747b28c; variable 25 explicit MurMur2HashBuilder(u32 Init = 0) { H = Seed ^ Init; }
|
H A D | quarantine.h | 290 const u32 Seed = static_cast<u32>( in doRecycle() local 292 B->shuffle(Seed); in doRecycle()
|
H A D | primary32.h | 79 u32 Seed; in init() local 81 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init() 82 Seed = static_cast<u32>( in init() 86 Sci->RandState = getRandomU32(&Seed); in init()
|
H A D | primary64.h | 120 u32 Seed; in init() local 122 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init() 123 Seed = static_cast<u32>(Time ^ (reinterpret_cast<uptr>(&Seed) >> 12)); in init() 126 getRegionInfo(I)->RandState = getRandomU32(&Seed); in init() 142 shuffle(RegionInfoArray, NumClasses, &Seed); in init()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash() 81 return Seed ^ (Hasher(Val) + 0x9e3779b9 + (Seed << 6) + (Seed >> 2)); in getCallStackHash() 77 __anon79b7200d0202(const uint64_t Seed, const uint64_t Val) getCallStackHash() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterface.h | 55 unsigned int Seed); 64 size_t MaxOutSize, unsigned int Seed);
|
H A D | FuzzerExtFunctions.def | 19 (uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed), 24 uint8_t *Out, size_t MaxOutSize, unsigned int Seed),
|
H A D | FuzzerDriver.cpp | 795 unsigned Seed = Flags.seed; in FuzzerDriver() local 797 if (Seed == 0) in FuzzerDriver() 798 Seed = static_cast<unsigned>( in FuzzerDriver() 801 Printf("INFO: Seed: %u\n", Seed); in FuzzerDriver() 813 Random Rand(Seed); in FuzzerDriver()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 205 std::string Seed = in randomizeStructureLayout() local 207 std::seed_seq SeedSeq(Seed.begin(), Seed.end()); in randomizeStructureLayout()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 45 RandomIRBuilder(int Seed, ArrayRef<Type *> AllowedTypes) in RandomIRBuilder() 46 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
|
H A D | IRMutator.h | 85 void mutateModule(Module &M, int Seed, size_t MaxSize);
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kdf_tls1_prf.txt | 35 Ctrl.Seed = hexseed:02 69 Ctrl.Seed = hexseed:02
|
H A D | evpkdf_tls11_prf.txt | 35 Ctrl.Seed = hexseed:02
|
H A D | evpkdf_tls12_prf.txt | 44 Ctrl.Seed = hexseed:02
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 89 Random(unsigned _seed):Seed(_seed) {} in Random() 94 uint32_t Val = Seed + 0x000b07a1; in Rand() 95 Seed = (Val * 0x3c7c0ac1); in Rand() 97 return Seed & 0x7ffff; in Rand() 127 unsigned Seed; member in llvm::__anone1ed83310111::Random
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.texi | 33 * Random Seed File:: 126 @node Running the Program, Random Seed File, Description, Top 177 @node Random Seed File, Cryptographic Data Files, Running the Program, Top 179 @section Random Seed File 202 @node Cryptographic Data Files, , Random Seed File, Top
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 315 auto HashCombine = [](auto Value, size_t Seed) { in hash() 320 return Hasher(Value) + 0x9e3779b97f4a7c15 + (Seed << 6) + (Seed >> 2); in hash()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_ssl.pod | 162 /* XXX Seed the PRNG if needed. */ 211 /* XXX Seed the PRNG if needed. */
|
H A D | DSA_generate_parameters.pod | 113 Seed lengths greater than 20 are not supported.
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule() argument 68 RandomIRBuilder IB(Seed, Types); in mutateModule()
|
/freebsd/contrib/ldns/ldns/ |
H A D | util.h.in | 295 * Seed the random function.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 224 =head2 Configuring the Random Seed Source
|