HomeSort by: relevance | last modified time | path
    Searched refs:seeds (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/
info.c 118 static char seeds[512] = ""; local
122 if (seeds[0] != '\0') \
123 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \
124 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \
136 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \
138 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
info.c 179 static char seeds[512] = ""; local
183 if (seeds[0] != '\0') \
184 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \
185 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \
197 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \
199 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \
    [all...]
  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 794 # Copy the samples over and prepend the RNG seeds
825 seeds = set(os.listdir(seed_corpus))
829 if crash not in seeds:
831 seeds.add(crash)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
sorting.d 901 immutable uint[] seeds = [3923355730, 1927035882];
902 foreach (s; seeds)
3854 immutable uint[] seeds = [90027751, 2709791795, 1374631933, 995751648, 3541495258, 984840953];
3855 foreach (s; seeds)
4787 real[][] seeds = [
4793 foreach (seed; seeds)
iteration.d 4285 for multiple seeds. This makes it easier to use in UFCS chains.
4497 The number of seeds must be correspondingly increased.
4774 for multiple seeds.
4817 // Compute minimum and maximum at the same time with seeds
5063 The number of seeds must be correspondingly increased.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d 2562 $(REF_ALTTEXT `tuple`,tuple,std,typecons) for multiple seeds.
2880 `tuple`,tuple,std,typecons) for multiple seeds.
2912 // The range and the seeds (0 and 1 below; also note multiple
2939 alias seeds = args[1];
2943 auto seeds()
2952 // The range and the seeds
2953 return reduce!functions(seeds, range);
2957 // The range, the seeds, and the work unit size
2959 return reduce!functions(seeds, range, args[$-1]);
2982 // The range and the seeds (0 and 1 below; also note multipl
    [all...]
random.d 541 (Re)seeds the generator.
889 Seeds a MersenneTwisterEngine object.
932 Seeds a MersenneTwisterEngine object using an InputRange.
1399 (Re)seeds the generator.
  /src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h 9783 uint8_t seeds[3U][34U],
9789 memcpy(copy_of_seeds, seeds, (size_t)3U * sizeof(uint8_t[34U]));
9848 uint8_t seeds[3U][34U];
9850 memcpy(seeds[i], copy_of_seed, (size_t)34U * sizeof(uint8_t));
9854 seeds[j][32U] = (uint8_t)i1;
9855 seeds[j][33U] = (uint8_t)j;
9859 memcpy(copy_of_seeds, seeds, (size_t)3U * sizeof(uint8_t[34U]));

Completed in 53 milliseconds