/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
random.h | 262 * generator engine with seed @p __s. The default seed value 265 * @param __s The initial seed value. 269 { seed(__s); } 273 * generator engine seeded from the seed sequence @p __q. 275 * @param __q the seed sequence. 282 { seed(__q); } 286 * engine sequence to the seed @p __s. 288 * @param __s The new seed. 291 seed(result_type __s = default_seed) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
random.h | 262 * generator engine with seed @p __s. The default seed value 265 * @param __s The initial seed value. 269 { seed(__s); } 273 * generator engine seeded from the seed sequence @p __q. 275 * @param __q the seed sequence. 282 { seed(__q); } 286 * engine sequence to the seed @p __s. 288 * @param __s The new seed. 291 seed(result_type __s = default_seed) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
random.h | 262 * generator engine with seed @p __s. The default seed value 265 * @param __s The initial seed value. 269 { seed(__s); } 273 * generator engine seeded from the seed sequence @p __q. 275 * @param __q the seed sequence. 282 { seed(__q); } 286 * engine sequence to the seed @p __s. 288 * @param __s The new seed. 291 seed(result_type __s = default_seed) [all...] |
/external/chromium_org/chrome/browser/prefs/tracked/ |
tracked_preference_helper.cc | 30 // It is okay to seed the hash in this case.
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.h | 62 // will be hashed using the seed in |hash_seed|.
|
/external/chromium_org/net/quic/test_tools/ |
quic_test_utils.h | 130 // the sha1 hash of the current seed, and using the first 64 bits as 131 // the next random number, and the next seed. 139 void set_seed(uint64 seed) { seed_ = seed; }
|
/external/chromium_org/net/spdy/fuzzing/ |
hpack_fuzz_util.h | 30 // Initializes a GeneratorContext with a random seed and name/value fixtures.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAttributeNames.in | 172 seed
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psconv.c | 553 FT_UShort* seed ) 557 FT_UInt s = *seed; 581 *seed = (FT_UShort)s; 594 *seed = s;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.h | 120 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
|
/external/chromium_org/third_party/libwebp/enc/ |
histogram.c | 555 static uint32_t MyRand(uint32_t *seed) { 556 *seed *= 16807U; 557 if (*seed == 0) { 558 *seed = 1; 560 return *seed; 566 uint32_t seed = 0; local 587 seed += iter; 591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; 594 (tmp < 3) ? tmp : MyRand(&seed) % (image_histo_size - 1);
|
/external/chromium_org/third_party/mt19937ar/ |
mt19937ar.h | 5 Before using, initialize the state by using init_genrand(seed)
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evptests.txt | 326 # SEED test vectors from RFC4269 327 SEED-ECB:00000000000000000000000000000000::000102030405060708090A0B0C0D0E0F:5EBAC6E0054E166819AFF1CC6D3 (…) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_egd.c | 83 * used to seed the PRNG. 86 * seed status so that the return value can reflect the seed state: 93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
|
/external/chromium_org/third_party/re2/patches/ |
re2-msan.patch | 49 @@ -129,6 +129,14 @@ static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) {
|
/external/chromium_org/third_party/re2/re2/testing/ |
regexp_generator.h | 38 void GenerateRandom(int32 seed, int n);
|
/external/clang/www/analyzer/ |
filing_bugs.html | 47 (e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug
|
/external/fio/lib/ |
lfsr.c | 220 int lfsr_reset(struct fio_lfsr *fl, unsigned long seed) 225 fl->last_val = seed & bitmask; 234 int lfsr_init(struct fio_lfsr *fl, uint64_t nums, unsigned long seed, 250 if (lfsr_reset(fl, seed))
|
/external/freetype/src/psaux/ |
psconv.c | 553 FT_UShort* seed ) 557 FT_UInt s = *seed; 581 *seed = (FT_UShort)s; 594 *seed = s;
|
/external/icu/icu4c/source/test/intltest/ |
rbbitst.h | 119 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
default.pass.cpp | 28 e2.seed();
|
/external/openssl/crypto/evp/ |
evptests.txt | 326 # SEED test vectors from RFC4269 327 SEED-ECB:00000000000000000000000000000000::000102030405060708090A0B0C0D0E0F:5EBAC6E0054E166819AFF1CC6D3 (…) [all...] |
/external/openssl/crypto/rand/ |
rand_egd.c | 83 * used to seed the PRNG. 86 * seed status so that the return value can reflect the seed state: 93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
|
/external/oprofile/daemon/ |
opd_perfmon.h | 58 unsigned long reg_random_seed; /* seed value when randomization is used */
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssFuzzerTest.java | 74 "`" + input + "` is slow. seed=" + CssFuzzerTest.this.seed); 116 String msg = "seed=" + this.seed + ", css=`" + randomCss + "`";
|