Home
last modified time | relevance | path

Searched refs:rand (Results 501 - 525 of 795) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/backends/frontend/
H A Dtstbackend.c1007 i=1+(rand() % opt->constraint.word_list[0]); in set_random_value()
1020 i = rand() % i; in set_random_value()
1032 i = rand() % i; in set_random_value()
1352 ask_len = rand() & 0x7ffff; /* 0 to 512K-1 */ in test_scan()
1427 len = rand(); /* garbage */ in test_scan()
/third_party/alsa-lib/test/
H A Dmixtest.c252 *s = (rand() % (max * 2)) - max; in main()
/third_party/benchmark/test/
H A Dbenchmark_test.cc92 for (int j = 0; j < state.range(1); ++j) data.insert(rand()); in BM_SetInsert()
/third_party/googletest/googlemock/src/
H A Dgmock-matchers.cc265 b = static_cast<char>(rand() & 1); // NOLINT in Randomize()
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.cpp66 // Assume 8-bit (or larger) rand values. Also assume in randLong()
67 // that the system rand() function is very poor, which it always is. in randLong()
73 poke[i] = (char)(rand() & 0xFF); in randLong()
/third_party/libsnd/tests/
H A Dpeak_chunk_test.c132 data [k] = (rand () % 2000) / 3000.0 ; in test_float_peak()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-math.c328 return ecma_make_number_value (((ecma_number_t) rand ()) / rand_max * rand_max_min_1 / rand_max); in ecma_builtin_math_object_random()
/third_party/node/src/crypto/
H A Dcrypto_random.cc10 #include <openssl/rand.h>
/third_party/ltp/testcases/kernel/mem/vmtests/
H A Dstack_space.c258 chunk = rand() % nchunks; in dotest()
H A Ddata_space.c290 chunk = rand() % nchunks;
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c261 fd_set_size = abs(rand() + SHRT_MAX) % INT_MAX; in test_epoll_create()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_fragments.c160 ppid = rand(); /* Choose an arbitrary value. */ in main()
H A Dtest_peeloff.c149 ppid = rand(); /* Choose an arbitrary value. */ in main()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp111 arr[i] = rand() % (2 * n);
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_hdr.c16 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_mutl.c20 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_oaep.c35 #include <openssl/rand.h>
H A Drsa_pss.c21 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dp5_scrypt.c17 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ess.c13 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c13 #include "crypto/rand.h"
15 #include <openssl/rand.h>
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dfuzzers.rs2 use rand::thread_rng;
/third_party/openssl/test/
H A Dsm2_internal_test.c24 #include <openssl/rand.h>
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c110 st->seed = rand(); in speex_decorrelate_new()
/third_party/openssl/crypto/asn1/
H A Dp5_scrypt.c17 #include <openssl/rand.h>

Completed in 20 milliseconds

1...<<21222324252627282930>>...32