Searched refs:rand (Results 276 - 300 of 957) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dlow_level_alloc_unittest.cc59 d->fill = rand() & 0xff;
98 switch(rand() & 1) { // toss a coin
101 block_desc.len = rand() & 0x3fff;
109 rnd = rand();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dlow_level_alloc_unittest.cc59 d->fill = rand() & 0xff;
98 switch(rand() & 1) { // toss a coin
101 block_desc.len = rand() & 0x3fff;
109 rnd = rand();
/external/compiler-rt/test/builtins/Unit/
H A Dpopcountsi2_test.c58 if (test__popcountsi2(rand()))
/external/compiler-rt/test/builtins/timing/
H A Dashldi3.c26 input[i] = rand() & 0x3f;
H A Dashrdi3.c26 input[i] = rand() & 0x3f;
H A Dlshrdi3.c26 input[i] = rand() & 0x3f;
/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dflip_all.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dflip_one.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dleft_shift.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dleft_shift_eq.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dnot_all.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_and_eq.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_eq_eq.pass.cpp27 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_or_eq.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_xor_eq.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dright_shift.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dright_shift_eq.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dtest.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
/external/libcxx/test/utilities/template.bitset/bitset.operators/
H A Dop_and.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_not.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
H A Dop_or.pass.cpp24 v[i] = static_cast<bool>(std::rand() & 1);
/external/libopus/celt/
H A Dopus_custom_demo.c148 if (rand()%atoi(argv[8])==0)
161 data[rand()%8] ^= 1<<rand()%8;
166 if (argc==9 && rand()%1000<atoi(argv[argc-3]))
/external/openssl/crypto/dsa/
H A Ddsa_depr.c82 #include <openssl/rand.h>
/external/openssl/crypto/pem/
H A Dpem_oth.c64 #include <openssl/rand.h>

Completed in 7138 milliseconds

<<11121314151617181920>>