HomeSort by relevance Sort by last modified time
    Searched defs:seed (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/speex/libspeex/
sb_celp.h 124 spx_int32_t seed; member in struct:SBDecState
scal.c 68 int seed; member in struct:SpeexDecorrState_
106 st->seed = rand();
119 static float uni_rand(int *seed)
124 *seed = 1664525 * *seed + 1013904223;
125 ran.i = jflone | (jflmsk & *seed);
130 static unsigned int irand(int *seed)
132 *seed = 1664525 * *seed + 1013904223;
133 return ((unsigned int)*seed)>>16
    [all...]
  /external/valgrind/main/memcheck/tests/
unit_oset.c 50 static UInt seed = 0; variable
53 seed = (1103515245 * seed + 12345);
54 return seed;
105 seed = 0;
276 seed = 0;
439 seed = 0;
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 53 u8 seed[2 * TLS_RANDOM_LEN]; local
61 os_memcpy(seed, conn->client_random, TLS_RANDOM_LEN);
62 os_memcpy(seed + TLS_RANDOM_LEN, conn->server_random,
66 "master secret", seed, 2 * TLS_RANDOM_LEN,
76 os_memcpy(seed, conn->server_random, TLS_RANDOM_LEN);
77 os_memcpy(seed + TLS_RANDOM_LEN, conn->client_random, TLS_RANDOM_LEN);
83 "key expansion", seed, 2 * TLS_RANDOM_LEN,
511 * @server_random_first: seed is 0 = client_random|server_random,
520 u8 seed[2 * TLS_RANDOM_LEN]; local
526 os_memcpy(seed, conn->server_random, TLS_RANDOM_LEN)
    [all...]
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...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 57 "uniform vec2 seed;\n" +
71 " gl_FragColor = vec4(rand(v_texcoord + seed), 0.0, 0.0, 1.0);\n" +
132 float seed[] = { mRandom.nextFloat(), mRandom.nextFloat() }; local
133 mNoiseProgram.setHostValue("seed", seed);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 92 // MAX_BYTES - maximum # of seed bytes processing which doesn't require extra frame
93 // see (1) comments on usage of "seed" array below and
118 // Structure of "seed" array:
121 // - 81 - # of seed bytes in current seed frame
122 // - 82-86 - 5 words, current seed hash
123 private transient int[] seed; field in class:SHA1PRNG_SecureRandomImpl
125 // total length of seed bytes, including all processed
129 // - 0-4 - 5 words, copy of current seed hash
147 // The "seed" array is used to compute both "current seed hash" and "next bytes"
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 117 * different SecureRandom objects being supplied with the same seed return
178 * different SecureRandom objects being supplied with seed by themselves
325 * "setSeed(byte[])" method supplements its argument to current seed rather
326 * than replaces current seed
330 byte[] seed = new byte[LENGTH];
335 for (int i = 0; i < seed.length; i++) {
336 seed[i] = (byte) i;
339 sr.setSeed(seed);
340 sr.setSeed(seed);
341 sr2.setSeed(seed);
422 int[] seed = (int[]) seedField.get(sr); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 102 /** @brief Random seed for this thread. */
103 uint32 seed; member in struct:__gnu_parallel::DRSSorterPU
145 random_number rng(d->seed);
368 pus[i].seed = rng(std::numeric_limits<uint32>::max());
  /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/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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/python/darwin-x86/2.7.5/lib/python2.7/
random.py 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
775 """Seed from hashable object's hash code
880 seed = _inst.seed variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
775 """Seed from hashable object's hash code
880 seed = _inst.seed variable
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 102 uint64_t seed; local
109 seed = ARM_DOUBLEREG(reg) ? 3 : 1;
114 return (seed << shift);
  /art/compiler/dex/quick/mips/
target_mips.cc 103 uint64_t seed; local
110 seed = MIPS_DOUBLEREG(reg) ? 3 : 1;
115 return (seed << shift);
  /art/compiler/dex/quick/x86/
target_x86.cc 112 uint64_t seed; local
118 seed = 1;
123 return (seed << shift);
  /external/chromium/net/disk_cache/
entry_unittest.cc 520 int seed = static_cast<int>(Time::Now().ToInternalValue()); local
521 srand(seed);
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 48 // Default server of Variations seed info.
50 "https://clients4.google.com/chrome-variations/seed";
126 // Computes a hash of the serialized variations seed data.
221 VariationsSeed seed; local
222 if (!LoadVariationsSeedFromPref(&seed))
228 // Use the build time for date checks if either the seed date is invalid or
229 // the build time is newer than the seed date.
243 seed, g_browser_process->GetApplicationLocale(), reference_date,
246 // Log the "freshness" of the seed that was just used. The freshness is the
247 // time between the last successful seed download and now
476 VariationsSeed seed; local
    [all...]
  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 447 VariationsSeed seed; local
448 Study* study1 = seed.add_study();
454 Study* study2 = seed.add_study();
457 ASSERT_EQ(seed.study(0).name(), seed.study(1).name());
459 Study* study3 = seed.add_study();
467 seed, "en-CA", base::Time::Now(), base::Version("20.0.0.0"),
578 VariationsSeed seed; local
579 Study* study1 = seed.add_study();
584 Study* study2 = seed.add_study()
702 VariationsSeed seed; local
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 374 FT_Fixed seed; local
383 /* compute random seed from stack address of parameter */
384 seed = (FT_Fixed)( ( (FT_PtrDist)(char*)&seed ^
388 seed = ( seed ^ ( seed >> 10 ) ^ ( seed >> 20 ) ) & 0xFFFFL;
389 if ( seed == 0 )
390 seed = 0x7384
    [all...]

Completed in 291 milliseconds

1 2 3 45 6 7 8 91011