Searched refs:seed (Results 251 - 275 of 544) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument
36 next = seed;
/external/openfst/src/include/fst/
H A Drandequivalent.h119 // of length no more than 'path_length' using the seed 'seed' in these FSTs.
124 int seed = time(0), int path_length = INT_MAX,
126 UniformArcSelector<Arc> uniform_selector(seed);
/external/openssl/apps/
H A Dprogs.pl74 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
81 "seed-cbc","seed-ecb", "seed-cfb", "seed-ofb",
94 elsif ($_ =~ /seed/) { $t="#ifndef OPENSSL_NO_SEED\n${t}#endif\n"; }
/external/skia/tests/
H A DChecksumTest.cpp96 // for every call, based on 'seed'.
97 checksum_result GetTestDataChecksum(size_t len, char seed=0) { argument
102 *ptr++ = ((seed+i) & 0x7f);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c474 (ISACdec_obj->plcstr_obj).seed = WEBRTC_SPL_RAND(
475 (ISACdec_obj->plcstr_obj).seed );
477 (ISACdec_obj->plcstr_obj).seed, 10 ) - 16;
480 (ISACdec_obj->plcstr_obj).seed = WEBRTC_SPL_RAND(
481 (ISACdec_obj->plcstr_obj).seed );
483 (ISACdec_obj->plcstr_obj).seed, 10 ) - 16;
488 (ISACdec_obj->plcstr_obj).seed = WEBRTC_SPL_RAND(
489 (ISACdec_obj->plcstr_obj).seed );
491 (ISACdec_obj->plcstr_obj).seed, 10 ) - 16;
493 (ISACdec_obj->plcstr_obj).seed
[all...]
/external/pixman/test/
H A Dstress-test.c847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod) argument
854 if (mod == 0 || (seed % mod) == 0)
855 printf ("Seed 0x%08x\n", seed);
860 prng_srand (seed);
968 uint32_t seed = 1; local
995 get_int (argv[i + 1], &seed);
1011 "-s <seed> Seed of first test (ignored if PIXMAN_RANDOMIZE_TESTS is set)\n"
1013 "-v <n> Print out every n'th seed\n\n");
1021 seed = get_random_seed();
1022 printf ("First seed
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_asn1.c168 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
239 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
530 /* set the seed (optional) */
531 if (group->seed)
533 if (!curve->seed)
534 if ((curve->seed = ASN1_BIT_STRING_new()) == NULL)
539 curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
540 curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
541 if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
[all...]
/external/openssl/crypto/ec/
H A Dec_asn1.c168 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
239 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
530 /* set the seed (optional) */
531 if (group->seed)
533 if (!curve->seed)
534 if ((curve->seed = ASN1_BIT_STRING_new()) == NULL)
539 curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
540 curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
541 if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
[all...]
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service.h32 // Used to setup field trials based on stored variations seed data, and fetch
33 // new seed data from the variations server.
41 // there is a problem loading the seed data, all trials specified by the seed
96 // Checks if prerequisites for fetching the Variations seed are met, and if
106 // Store the given seed data to the given local prefs. Note that |seed_data|
112 // Loads the variations seed data from local state into |seed|. If there is a
114 // successful, |seed| will contain the loaded data and true is returned.
115 bool LoadVariationsSeedFromPref(VariationsSeed* seed);
[all...]
/external/chromium_org/components/variations/
H A Dentropy_provider.h22 // A functor that generates random numbers based on a seed, using the Mersenne
25 explicit SeededRandGenerator(uint32 seed);
/external/chromium_org/net/dns/
H A Ddns_config_service_unittest.cc65 // Generate a config using the given seed..
66 DnsConfig MakeConfig(unsigned seed) { argument
70 config.nameservers.push_back(IPEndPoint(ip, seed & 0xFFFF));
75 // Generate hosts using the given seed.
76 DnsHosts MakeHosts(unsigned seed) { argument
79 hosts_content.append(seed, '1');
/external/chromium_org/net/websockets/
H A Dwebsocket_test_util.h27 explicit LinearCongruentialGenerator(uint32 seed);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFETurbulenceElement.h116 DECLARE_ANIMATED_NUMBER(Seed, seed)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.cc52 uint32_t seed)
59 rnd_(seed),
313 uint32_t seed) {
314 return new DBIter(db, user_key_comparator, internal_iter, sequence, seed);
51 DBIter(DBImpl* db, const Comparator* cmp, Iterator* iter, SequenceNumber s, uint32_t seed) argument
308 NewDBIterator( DBImpl* db, const Comparator* user_key_comparator, Iterator* internal_iter, SequenceNumber sequence, uint32_t seed) argument
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
H A Drand.h83 void (*seed)(const void *buf, int num); member in struct:rand_meth_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Drand.h83 void (*seed)(const void *buf, int num); member in struct:rand_meth_st
/external/chromium_org/third_party/smhasher/src/
H A DPMurHash.c176 /* Main hashing function. Initialise carry to 0 and h1 to 0 or an initial seed
286 uint32_t PMurHash32(uint32_t seed, const void *key, int len) argument
288 uint32_t h1=seed, carry=0;
296 void PMurHash32_test(const void *key, int len, uint32_t seed, void *out) argument
298 uint32_t h1=seed, carry=0;
H A DTypes.cpp7 uint32_t MurmurOAAT ( const void * blob, int len, uint32_t seed );
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsampler.h105 // Passing a seed of 0 gives a non-deterministic
106 // seed value given by casting the object ("this")
107 void Init(uint32_t seed);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsampler.h105 // Passing a seed of 0 gives a non-deterministic
106 // seed value given by casting the object ("this")
107 void Init(uint32_t seed);
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSNew.py25 random.seed()
37 def MakeGuid(name, seed='msvs_new'):
42 seed: Seed for MD5 hash.
44 A GUID-line string calculated from the name and seed.
47 name and seed. This means the same name/seed will always generate the same
52 # Calculate a MD5 signature for the seed and name.
53 d = _new_md5(str(seed) + str(name)).hexdigest().upper()
102 self.guid = MakeGuid(self.path, seed='msvs_folder')
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pkcs.h20 const unsigned char *seed, unsigned long seedlen,
/external/libyuv/files/include/libyuv/
H A Dcompare.h23 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
/external/openfst/src/bin/
H A Dfstequivalent.cc31 DEFINE_int32(seed, time(0), "Random seed");
H A Dfstrandgen.cc26 DEFINE_int32(seed, time(0), "Random seed");

Completed in 996 milliseconds

<<11121314151617181920>>