Home
last modified time | relevance | path

Searched refs:rand (Results 876 - 900 of 1064) sorted by relevance

1...<<31323334353637383940>>...43

/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c956 port = args.port = 1000 + rand() % 60000; in test_memcg_sock()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_user.c230 iface[i] = padchar[rand() % strlen(padchar)]; in user_init_tap_fds()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c1063 port = args.port = 1000 + rand() % 60000; in test_memcg_sock()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c487 self->dev_id = rand() % 1024; in FIXTURE_SETUP()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_tpacket.c157 ((uint8_t *) pay)[i + sizeof(*eth)] = (uint8_t) rand(); in create_payload()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c234 int loop_num = MAX_LOOPS - (rand() % 100); /* provide some variability */ in runtestsingle()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dlam.c224 metadata = (rand() % ((1UL << LAM_U57_BITS) - 1) + 1) << 57; in set_metadata()
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp579 uint32_t random_eos = rand() % 25; in RandomEOS()
H A Dvideoenc_ndk_sample.cpp392 randomEos = rand() % TEST_FRAME_COUNT; in CreateVideoEncoder()
/third_party/eudev/src/cdrom_id/
H A Dcdrom_id.c928 duration.tv_nsec = (100 * 1000 * 1000) + (rand() % 100 * 1000 * 1000); in main()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp717 uint8_t texel = static_cast<uint8_t>(astc::rand(rng_state)); in assign_kmeans_texels()
/third_party/mbedtls/programs/test/
H A Dbenchmark.c467 rnd = rand(); in myrand()
/third_party/node/src/crypto/
H A Dcrypto_util.cc20 #include <openssl/rand.h>
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc27 #include <openssl/rand.h>
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_decimalquantity.cpp295 bytes[j] = static_cast<uint8_t>(rand() % 256);
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c37 return rand(); in rand_r()
879 tst_res(TINFO, "rand start seed 0x%x", init_seed); in setup()
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c18 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c13 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dfipsprov.c15 #include <openssl/rand.h> /* RAND_get0_public() */
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c31 # include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c13 #include <openssl/rand.h>
15 #include "crypto/rand.h"
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h949 int evp_rand_get_number(const EVP_RAND *rand);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c17 # include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params_generate.c29 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c20 #include <openssl/rand.h>

Completed in 35 milliseconds

1...<<31323334353637383940>>...43