/external/deqp/modules/glshared/ |
glsDrawTest.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSynchronizationTests.cpp | 852 int seed; 854 static WriteData Generate(int targetHandle, int seed) 859 retVal.seed = seed; 868 int seed; 870 static ReadData Generate(int targetHandle, int seed) 875 retVal.seed = seed; 888 int seed; 891 static WriteDataInterleaved Generate(int targetHandle, int seed, bool evenOdd [all...] |
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
random.c | 77 * interface. The initstate() routine is called with a seed, an array of 257 * Initialize the random number generator based on the given seed. If the 258 * type is the trivial no-state-information type, just remember the seed. 259 * Otherwise, initializes state[] based on the given "seed" via a linear 338 unsigned int seed, /* seed for R.N.G. */ 380 srandom_unlocked(seed);
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 22 * There are various incantations of crc32(). Some use a seed of 0 or ~0. 24 * seed as an argument, and doesn't xor at the end. Then individual 26 * drivers/net/smc9194.c uses seed ~0, doesn't xor with ~0. 27 * fs/jffs2 uses seed 0, doesn't xor with ~0. 28 * fs/partitions/efi.c uses seed ~0, xor's with ~0. 58 * @crc: seed value for computation. ~0 for Ethernet, sometimes 0 for 156 * @crc: seed value for computation. ~0 for Ethernet, sometimes 0 for
|
/external/valgrind/main/memcheck/tests/ |
unit_oset.c | 50 static UInt seed = 0; variable 53 seed = (1103515245 * seed + 12345); 54 return seed; 107 seed = 0; 323 seed = 0; 489 seed = 0;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PageAllocator.cpp | 136 uint32_t seed = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(&c)); local 137 seed ^= static_cast<uint32_t>(getCurrentProcessID()); 139 x->b = x->c = x->d = seed;
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist_test.cc | 349 const int seed = test::RandomSeed() + (run * 100); local 350 Random rnd(seed); 357 TestState state(seed + 1);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
dsa.c | 90 * -seed - encrypt output if PEM format 230 BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
|
gendsa.c | 141 else if (strcmp(*argv,"-seed") == 0) 183 BIO_printf(bio_err," -seed\n"); 184 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
genrsa.c | 164 else if (strcmp(*argv,"-seed") == 0) 203 BIO_printf(bio_err," -seed\n"); 204 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa.h | 149 const unsigned char *seed, int seed_len, 231 unsigned char *seed,int seed_len, 238 const unsigned char *seed,int seed_len,
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
dsa.h | 149 const unsigned char *seed, int seed_len, 231 unsigned char *seed,int seed_len, 238 const unsigned char *seed,int seed_len,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
do_plc.c | 233 iLBCdec_inst->seed = (int16_t)(WEBRTC_SPL_MUL_16_16(iLBCdec_inst->seed, 31821)+(int32_t)13849); 234 randlag = 53 + (int16_t)(iLBCdec_inst->seed & 63);
|
/external/clang/utils/VtableTest/ |
gen.cc | 326 unsigned seed = 0; local 329 seed = atol(argv[1]); 331 initstate(seed, state, sizeof(state));
|
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | 1451 uint32_t seed = m_seed; local [all...] |
/external/libyuv/files/unit_test/ |
compare_test.cc | 22 // hash seed of 5381 recommended. 23 static uint32 ReferenceHashDjb2(const uint8* src, uint64 count, uint32 seed) { 24 uint32 hash = seed;
|
/external/openssl/apps/ |
dsa.c | 90 * -seed - encrypt output if PEM format 230 BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
|
gendsa.c | 141 else if (strcmp(*argv,"-seed") == 0) 183 BIO_printf(bio_err," -seed\n"); 184 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
genrsa.c | 164 else if (strcmp(*argv,"-seed") == 0) 203 BIO_printf(bio_err," -seed\n"); 204 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
/external/openssl/crypto/dsa/ |
dsa.h | 154 const unsigned char *seed, int seed_len, 236 unsigned char *seed,int seed_len, 243 const unsigned char *seed,int seed_len,
|
/external/openssl/include/openssl/ |
dsa.h | 154 const unsigned char *seed, int seed_len, 236 unsigned char *seed,int seed_len, 243 const unsigned char *seed,int seed_len,
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_common.c | 322 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) 326 tls_prf_sha256(secret, secret_len, label, seed, seed_len, 332 return tls_prf_sha1_md5(secret, secret_len, label, seed, seed_len, out,
|
/external/ceres-solver/internal/ceres/ |
conditioned_cost_function_test.cc | 78 // Seed a few garbage values in the Jacobian matrix, to make sure that
|
/external/chromium_org/build/android/pylib/monkey/ |
test_runner.py | 37 '-s %d' % (self._options.seed or random.randint(1, 100)),
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
scorer.h | 57 // Returns the murmurhash3 seed for the loaded model.
|