HomeSort by relevance Sort by last modified time
    Searched full:seed (Results 126 - 150 of 789) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Tools/mangleme/
mangle.cgi.c 108 int tc,seed; local
114 seed = (time(0) ^ (getpid() << 16));
115 fprintf(stderr,"[%u] Mangle attempt 0x%08x (%s) -- %s\n", (int)time(0), seed, getenv("HTTP_USER_AGENT"), getenv("REMOTE_ADDR"));
116 srand(seed);
  /external/wpa_supplicant_8/src/crypto/
sha256.h 24 const char *label, const u8 *seed, size_t seed_len,
fips_prf_internal.c 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
32 os_memcpy(xkey, seed, seed_len);
fips_prf_openssl.c 26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
41 os_memcpy(xkey, seed, seed_len);
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
FusionDictionaryTest.java 38 private void prepare(final long seed) {
39 System.out.println("Seed is " + seed);
40 final Random random = new Random(seed);
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 193 long seed = System.currentTimeMillis(); local
194 Log.v(TAG, "seed = " + seed);
195 Random r = new Random(seed);
262 long seed = System.currentTimeMillis(); local
263 Log.v(TAG, "seed = " + seed);
264 Random r = new Random(seed);
  /external/libyuv/files/include/libyuv/
compare.h 21 // Compute a hash for specified memory. Seed of 5381 recommended.
23 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
  /external/speex/libspeex/
math_approx.h 49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed)
54 *seed = 1664525 * *seed + 1013904223;
55 ran.i = jflone | (jflmsk & *seed);
122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed)
125 *seed = 1664525 * *seed + 1013904223;
126 res = MULT16_16(EXTRACT16(SHR32(*seed,16)),std);
  /external/webkit/Source/WebCore/svg/
SVGFETurbulenceElement.h 61 DECLARE_ANIMATED_NUMBER(Seed, seed)
  /packages/apps/Gallery2/jni/filters/
kmeans.cc 35 jint swidth, jint sheight, jint p, jint seed)
54 unsigned int s = seed;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 364 * seed @p __s. The default seed value is 1.
366 * @param __s The initial seed value.
370 { this->seed(__x0); }
376 * @param __g The seed generator function.
380 { this->seed(__g); }
384 * sequence to the seed @g __s.
386 * @param __s The new seed.
389 seed(unsigned long __s = 1);
395 * @param __g the seed generator function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 364 * seed @p __s. The default seed value is 1.
366 * @param __s The initial seed value.
370 { this->seed(__x0); }
376 * @param __g The seed generator function.
380 { this->seed(__g); }
384 * sequence to the seed @g __s.
386 * @param __s The new seed.
389 seed(unsigned long __s = 1);
395 * @param __g the seed generator function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 364 * seed @p __s. The default seed value is 1.
366 * @param __s The initial seed value.
370 { this->seed(__x0); }
376 * @param __g The seed generator function.
380 { this->seed(__g); }
384 * sequence to the seed @g __s.
386 * @param __s The new seed.
389 seed(unsigned long __s = 1);
395 * @param __g the seed generator function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 364 * seed @p __s. The default seed value is 1.
366 * @param __s The initial seed value.
370 { this->seed(__x0); }
376 * @param __g The seed generator function.
380 { this->seed(__g); }
384 * sequence to the seed @g __s.
386 * @param __s The new seed.
389 seed(unsigned long __s = 1);
395 * @param __g the seed generator function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random 364 * seed @p __s. The default seed value is 1.
366 * @param __s The initial seed value.
370 { this->seed(__x0); }
376 * @param __g The seed generator function.
380 { this->seed(__g); }
384 * sequence to the seed @g __s.
386 * @param __s The new seed.
389 seed(unsigned long __s = 1);
395 * @param __g the seed generator function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureRandom2Test.java 57 byte[] seed = new SecureRandom().generateSeed(SEED_SIZE);
58 assertEquals("seed has incorrect size", SEED_SIZE, seed.length);
105 byte[] seed = SecureRandom.getSeed(SEED_SIZE);
106 assertEquals("seed has incorrect size", SEED_SIZE, seed.length);
  /external/openssl/apps/
progs.pl 74 "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/openssl/crypto/ec/
ec_lib.c 110 ret->seed = NULL;
137 if (group->seed)
138 OPENSSL_free(group->seed);
160 if (group->seed)
162 OPENSSL_cleanse(group->seed, group->seed_len);
163 OPENSSL_free(group->seed);
226 if (src->seed)
228 if (dest->seed)
229 OPENSSL_free(dest->seed);
230 dest->seed = OPENSSL_malloc(src->seed_len)
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 35 u8 seed[2 * TLS_RANDOM_LEN]; local
43 os_memcpy(seed, conn->client_random, TLS_RANDOM_LEN);
44 os_memcpy(seed + TLS_RANDOM_LEN, conn->server_random,
48 "master secret", seed, 2 * TLS_RANDOM_LEN,
58 os_memcpy(seed, conn->server_random, TLS_RANDOM_LEN);
59 os_memcpy(seed + TLS_RANDOM_LEN, conn->client_random, TLS_RANDOM_LEN);
64 "key expansion", seed, 2 * TLS_RANDOM_LEN,
422 * @server_random_first: seed is 0 = client_random|server_random,
431 u8 seed[2 * TLS_RANDOM_LEN]; local
437 os_memcpy(seed, conn->server_random, TLS_RANDOM_LEN)
    [all...]
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.txt 142 seed = (m > 0) ? m : (unsigned int)time(NULL);
143 srand(seed);thrown_frame = 0;
144 printf("Seed: %u\n", seed);
172 partition boundaries where possible. The following example will seed the RNG
173 with the seed 123 and drop approximately 5% of the pieces. Pieces which
186 unsigned int seed;
  /external/eigen/test/eigen2/
main.h 334 unsigned int seed = 0; local
361 seed = int(std::strtoul(argv[i]+1, 0, 10));
363 bool ok = seed!=0;
366 std::cout << "Invalid \'seed\' value " << argv[i]+1 << std::endl;
380 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
384 if(!has_set_seed) seed = (unsigned int) std::time(NULL);
387 std::cout << "Initializing random number generator with seed " << seed << std::endl;
388 std::srand(seed);

Completed in 3275 milliseconds

1 2 3 4 56 7 8 91011>>