Home
last modified time | relevance | path

Searched refs:seeds (Results 1 – 25 of 37) sorted by relevance

12

/third_party/openssl/crypto/
Dinfo.c105 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local
109 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC()
110 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
111 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
123 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
125 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
128 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
155 seed_sources = seeds; in DEFINE_RUN_ONCE_STATIC()
/third_party/node/test/parallel/
Dtest-http-incoming-pipelined-socket-destroy.js29 const seeds = [ 3, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4 ]; variable
30 const countdown = new Countdown(seeds.length, () => server.close());
60 }, seeds.length));
64 function generator(seeds) { argument
66 return seeds.map(function(r) {
83 client.write(generator(seeds));
/third_party/ffmpeg/libavutil/tests/
Drandom_seed.c34 uint32_t seeds[N]; in main() local
40 seeds[i] = random_seed[rsf](); in main()
42 if (seeds[j] == seeds[i]) in main()
50 printf("rsf %d: FAIL at %d with %"PRIX32"\n", rsf, j, seeds[j]); in main()
/third_party/node/test/pummel/
Dtest-hash-seed.js21 const seeds = results.map((val) => val.stdout.trim()); constant
22 debug(`Seeds: ${seeds}`);
23 assert.strictEqual(new Set(seeds).size, seeds.length);
24 assert.strictEqual(seeds.length, kRepetitions);
/third_party/ffmpeg/tests/ref/fate/
Drandom_seed1 seeds OK
2 seeds OK
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dexplicit_seed_seq_test.cc54 uint32_t seeds[5]; in ConformsToInterface() local
56 seq.generate(seeds, &seeds[ABSL_ARRAYSIZE(seeds)]); in ConformsToInterface()
Dsalted_seed_seq_test.cc61 uint32_t seeds[5]; in ConformsToInterface() local
63 seq.generate(std::begin(seeds), std::end(seeds)); in ConformsToInterface()
/third_party/openssl/doc/man1/
Dopenssl-info.pod.in18 [B<-seeds>]
68 =item B<-seeds>
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
DCMakeLists.txt129 # These are long-running tests that depend on random seeds. We do not want
/third_party/spirv-tools/test/fuzz/
DCMakeLists.txt129 # These are long-running tests that depend on random seeds. We do not want
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
DCMakeLists.txt129 # These are long-running tests that depend on random seeds. We do not want
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_tls1_prf_md.pod56 The total length of all seeds cannot exceed 1024 bytes in length: this should
/third_party/openssl/doc/man7/
DRAND.pod24 It seeds and reseeds itself automatically using trusted random sources
DEVP_RAND.pod158 A DRBG instance seeds itself automatically, pulling random input from
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dandroid.config213 # /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dandroid.config204 # /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dandroid.config437 # /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before
/third_party/python/Doc/library/
Drandom.rst84 narrower range of seeds.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dandroid.config441 # /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before
/third_party/harfbuzz/perf/texts/
Den-thelittleprince.txt324 plants and bad plants. In consequence, there were good seeds from good plants, and bad seeds
325 from bad plants. But seeds are invisible. They sleep deep in the heart of the earth’s darkness,
332 Now there were some terrible seeds on the planet that was the home of the little prince; and these
333 were the seeds of the baobab. The soil of that planet was infested with them. A baobab is
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt324 plants and bad plants. In consequence, there were good seeds from good plants, and bad seeds
325 from bad plants. But seeds are invisible. They sleep deep in the heart of the earth’s darkness,
332 Now there were some terrible seeds on the planet that was the home of the little prince; and these
333 were the seeds of the baobab. The soil of that planet was infested with them. A baobab is
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst1105 Restore deterministic behavior of random.Random().seed() for string seeds
D3.5.3rc1.rst1105 Restore deterministic behavior of random.Random().seed() for string seeds
/third_party/python/Doc/whatsnew/
D3.9.rst872 the module will restrict its seeds to :const:`None`, :class:`int`,
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt709 㽫 < seeds\-of\-the\-plant\-allied\-to\-the\-water\-lily;
1843 枌 < variety\-of\-elm\-with\-small\-seeds;
3171 䓋 < elm\-seeds\-\-\-\-used\-as\-food;
11246 㼓 < melon\-seeds;
12014 蕡 < hemp\-seeds;
12907 嗑 < eat\-seeds;
13132 播種 < sow\-seeds;
30203 播種 > sow\-seeds;
36484 㽫 > seeds\-of\-the\-plant\-allied\-to\-the\-water\-lily;
37182 枌 > variety\-of\-elm\-with\-small\-seeds;
[all …]

12