| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | ace_sha.c | 121 void srand(unsigned int seed) in srand() function 151 srand(seed); in rand() 180 srand(*seedp); in rand_r()
|
| /OK3568_Linux_fs/buildroot/package/mkpasswd/ |
| H A D | mkpasswd.c | 297 srand(time(NULL) + getpid()); in main() 406 srand(tv.tv_sec ^ tv.tv_usec); in generate_salt() 415 srand(time(NULL) + getpid()); in generate_salt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mlock-random-test.c | 153 srand(time(NULL)); in test_mlock_within_limit() 230 srand(time(NULL)); in test_mlock_outof_limit()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | rand.c | 29 void srand(unsigned int seed) in srand() function
|
| /OK3568_Linux_fs/u-boot/drivers/rng/ |
| H A D | rockchip_rand.su | |
| H A D | rockchip_rand.c | 36 void srand(unsigned int seed) in srand() function
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | gen_eth_addr.c | 18 srand(time(0) + (getpid() << 8)); in main()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | net_rand.h | 40 srand(seed_mac()); in srand_mac()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_explicit_test.c | 26 srand(getpid()); in dscr_explicit()
|
| H A D | dscr_inherit_test.c | 27 srand(getpid()); in dscr_inherit()
|
| H A D | dscr_default_test.c | 82 srand(getpid()); in dscr_default()
|
| /OK3568_Linux_fs/kernel/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 | 69 srand((unsigned int) time(NULL)); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_rand.h | 32 srand(time(NULL)); in bpf_semi_rand_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_preempt.c | 45 srand(pthread_self()); in preempt_fpu_c()
|
| H A D | vmx_preempt.c | 45 srand(pthread_self()); in preempt_vmx_c()
|
| H A D | fpu_signal.c | 66 srand(pthread_self()); in signal_fpu_c()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | random.h | 66 std::srand(seed); in seed_random()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdlib | 47 void srand(unsigned int seed); 124 //using ::srand;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdlib | 47 void srand(unsigned int seed); 124 //using ::srand;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | stdlib.h | 74 using std::srand;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | stdlib.h | 74 using std::srand;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | sync_stress_merge.c | 46 srand(time(NULL)); in test_merge_stress_random_merge()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_utils.c | 24 srand(time(NULL)); in test_get_rng()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | mmio_warning_test.c | 70 srand(getpid()); in test()
|