HomeSort by relevance Sort by last modified time
    Searched full:seed (Results 701 - 725 of 1468) sorted by null

<<21222324252627282930>>

  /frameworks/rs/api/
gen_runtime.cpp 332 const string& seed, char vectorSize,
336 const string& seed, char vectorSize,
1466 string seed = hashString(mJavaCheckMethodName + param.javaAllocName); local
1490 << ", " << seed << ", false)"; local
1500 << "(mRS, Element.DataType." << dataType << ", " << vectorSize << ", " << seed << ", "; local
1533 << "(mRS, Element.DataType." << dataType << ", " << vectorSize << ", " << seed << ", "; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 378 opus_uint32 seed; local
404 seed = st->rng;
416 seed = celt_lcg_rand(seed);
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
422 st->rng = seed;
    [all...]
  /external/libopus/celt/
celt_decoder.c 378 opus_uint32 seed; local
404 seed = st->rng;
416 seed = celt_lcg_rand(seed);
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
422 st->rng = seed;
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 185 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
187 /* pwd-value = KDF-z(pwd-seed, "SAE Hunting and Pecking", p) */
226 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
228 /* pwd-value = KDF-z(pwd-seed, "SAE Hunting and Pecking", p) */
315 * pwd-seed = H(MAX(STA-A-MAC, STA-B-MAC) || MIN(STA-A-MAC, STA-B-MAC),
387 * pwd-seed = H(MAX(STA-A-MAC, STA-B-MAC) || MIN(STA-A-MAC, STA-B-MAC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 329 /* Seed the random number generator with the given number. */
333 of length STATELEN, and seed it with SEED. Optimal lengths are 8, 16,
381 /* Seed the random number generator with the given number. */
408 /* Seed random number generator. */
452 /* Seed random number generator. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 329 /* Seed the random number generator with the given number. */
333 of length STATELEN, and seed it with SEED. Optimal lengths are 8, 16,
381 /* Seed the random number generator with the given number. */
408 /* Seed random number generator. */
452 /* Seed random number generator. */
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator_unittest.cc 32 // Two calculators with same seed produce same hash.
222 // 32 NULL bytes is the seed that was used to generate the legacy hash.
pref_hash_store_impl.cc 66 PrefHashStoreImpl::PrefHashStoreImpl(const std::string& seed,
69 : pref_hash_calculator_(seed, device_id),
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.h 175 // A class that provides SHA256 hash values for strings using a fixed hash seed.
178 explicit Hasher(const std::string& seed);
  /external/chromium_org/net/disk_cache/blockfile/
block_files_unittest.cc 91 int seed = static_cast<int>(Time::Now().ToInternalValue()); local
92 srand(seed);
stress_cache.cc 133 int seed = static_cast<int>(Time::Now().ToInternalValue()); local
134 srand(seed);
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 281 int seed = static_cast<int>(Time::Now().ToInternalValue()); local
282 srand(seed);
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 167 * @param seedp pointer to seed. Set *seedp to any negative value
173 * Convenience method using a global seed.
  /external/chromium_org/third_party/openssl/openssl/apps/
app_rand.c 199 /* If we did not manage to read the seed file,
200 * we should not write a low-entropy seed file back --
  /external/chromium_org/third_party/opus/src/silk/
structs.h 126 opus_int8 Seed;
236 opus_int32 rand_seed; /* Seed for unvoiced signal generation */
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.h 328 // ordering uses the partial ordering as a seed and then adds all remaining
330 // @param defaultTableOrdering the partial ordering to be used as a seed for
  /external/chromium_org/third_party/smhasher/src/
md5.cpp 364 unsigned int md5hash ( const void * input, int len, unsigned int /*seed*/ )
375 void md5_32 ( const void * key, int len, uint32_t /*seed*/, void * out )
  /external/deqp/framework/common/
tcuCommandLine.hpp 125 //! Get base seed for randomization (--deqp-base-seed)
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 263 const deUint32 seed = deStringHash(params.name) local
270 return seed;
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 46 deUint32 seed)
57 , m_seed (seed)
  /external/fio/
filesetup.c 991 unsigned int range_size, seed; local
1000 seed = jhash(f->file_name, strlen(f->file_name), 0) * td->thread_number;
1002 seed = td->rand_seeds[4];
1005 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed);
1007 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed);
1048 unsigned long seed; local
1050 seed = td->rand_seeds[FIO_RAND_BLOCK_OFF];
1052 if (!lfsr_init(&f->lfsr, blocks, seed, 0))
  /external/libopus/silk/
structs.h 126 opus_int8 Seed;
236 opus_int32 rand_seed; /* Seed for unvoiced signal generation */
  /external/openssl/apps/
app_rand.c 199 /* If we did not manage to read the seed file,
200 * we should not write a low-entropy seed file back --
  /external/sfntly/cpp/src/sfntly/
font.h 328 // ordering uses the partial ordering as a seed and then adds all remaining
330 // @param defaultTableOrdering the partial ordering to be used as a seed for
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 140 const uint32_t seed = 131; local
144 hash_val = (hash_val * seed) + pKey[i];

Completed in 523 milliseconds

<<21222324252627282930>>