/openbmc/u-boot/drivers/crypto/ |
H A D | ace_sha.c | 120 void srand(unsigned int seed) in srand() function 150 srand(seed); in rand() 179 srand(*seedp); in rand_r()
|
/openbmc/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_explicit_test.c | 35 srand(gettid()); in dscr_explicit_lockstep_thread() 62 srand(gettid()); in dscr_explicit_lockstep_test() 101 srand(gettid()); in dscr_explicit_random_thread()
|
H A D | dscr_inherit_test.c | 27 srand(getpid()); in dscr_inherit()
|
H A D | dscr_default_test.c | 86 srand(gettid()); in dscr_default_random_thread()
|
/openbmc/u-boot/lib/ |
H A D | rand.c | 28 void srand(unsigned int seed) in srand() function
|
/openbmc/u-boot/tools/ |
H A D | gen_eth_addr.c | 17 srand(time(0) + (getpid() << 8)); in main()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mlock-random-test.c | 154 srand(time(NULL)); in test_mlock_within_limit() 231 srand(time(NULL)); in test_mlock_outof_limit()
|
H A D | mremap_test.c | 298 srand(pattern_seed); in remap_region() 336 srand(pattern_seed); in remap_region()
|
/openbmc/phosphor-logging/test/ |
H A D | elog_update_ts_test.cpp | 51 std::srand(std::time(nullptr)); in TEST() 122 std::srand(std::time(nullptr)); in TEST()
|
/openbmc/u-boot/net/ |
H A D | net_rand.h | 40 srand(seed_mac()); in srand_mac()
|
/openbmc/libcper/generator/ |
H A D | gen-utils.c | 47 srand(1); in init_random()
|
/openbmc/linux/tools/testing/selftests/media_tests/ |
H A D | media_device_test.c | 75 srand((unsigned int) time(NULL)); in main()
|
H A D | video_device_test.c | 89 srand((unsigned int) time(NULL)); in loop_test()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_rand.h | 32 srand(time(NULL)); in bpf_semi_rand_init()
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_preempt.c | 47 srand(pthread_self()); in preempt_fpu_c()
|
H A D | vmx_preempt.c | 47 srand(pthread_self()); in preempt_vmx_c()
|
H A D | fpu_signal.c | 66 srand(pthread_self()); in signal_fpu_c()
|
H A D | vsx_preempt.c | 76 srand(pthread_self()); in preempt_vsx_c()
|
H A D | vmx_signal.c | 83 srand(pthread_self()); in signal_vmx_c()
|
/openbmc/linux/tools/testing/selftests/sync/ |
H A D | sync_stress_merge.c | 46 srand(time(NULL)); in test_merge_stress_random_merge()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 70 srand(getpid()); in test()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 37 srand(time(NULL) ^ (pid << 16) ^ (tid << 16)); in execute_thread()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.c | 125 srand(seed); in ptrace_gpr()
|
/openbmc/linux/tools/testing/selftests/ir/ |
H A D | ir_loopback.c | 109 srand(time(NULL)); in main()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | 0001-__progname-is-provided-by-libc.patch | 43 srand(time(NULL) ^ getpid());
|