/third_party/libdrm/tests/ |
D | hash.c | 190 srandom(0xbeefbeef); in main() 193 srandom(0xbeefbeef); in main() 196 srandom(0xbeefbeef); in main() 204 srandom(0xbeefbeef); in main() 207 srandom(0xbeefbeef); in main() 210 srandom(0xbeefbeef); in main()
|
/third_party/mesa3d/src/glx/ |
D | glxhash.c | 445 srandom(0xbeefbeef); in main() 448 srandom(0xbeefbeef); in main() 451 srandom(0xbeefbeef); in main() 459 srandom(0xbeefbeef); in main() 462 srandom(0xbeefbeef); in main() 465 srandom(0xbeefbeef); in main()
|
/third_party/musl/libc-test/src/functional/ |
D | random.c | 46 srandom(seed); in checkseed() 79 srandom(1); in main()
|
/third_party/musl/porting/liteos_m/kernel/src/prng/ |
D | rand.c | 6 return srandom(s); in srand()
|
D | random.c | 63 void srandom(unsigned seed) { in srandom() function
|
/third_party/musl/porting/uniproton/kernel/src/prng/ |
D | rand.c | 6 return srandom(s); in srand()
|
D | random.c | 63 void srandom(unsigned seed) { in srandom() function
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | spewG.c | 41 srandom(1); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | spewG.c | 41 srandom(1); in main()
|
/third_party/bzip2/ |
D | spewG.c | 41 srandom(1); in main()
|
/third_party/e2fsprogs/lib/uuid/ |
D | configure.in | 9 AC_CHECK_FUNCS(srandom)
|
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/ |
D | hugetlb.c | 74 srandom((unsigned int)time_info.tv_usec); in getipckey()
|
/third_party/ltp/testcases/lib/ |
D | tst_random.c | 73 srandom(get_seed()); in main()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 258 srandom((unsigned int)getpid() ^ in do_create_file_test() 511 srandom((unsigned int)getpid() ^ in do_random_access_test() 629 srandom((unsigned int)getpid() ^ in do_random_create_delete()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_environment.c | 112 srandom(seed); in init_random()
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
D | random-access.c | 42 srandom((unsigned int)getpid() ^ in main()
|
D | create-files.c | 47 srandom((unsigned int)getpid() ^ in main()
|
D | random-del-create.c | 47 srandom((unsigned int)getpid() ^ in main()
|
D | random-access-del-create.c | 50 srandom((unsigned int)getpid() ^ in main()
|
/third_party/musl/src/prng/ |
D | random.c | 65 void srandom(unsigned seed) { in srandom() function
|
/third_party/musl/porting/liteos_a/kernel/src/prng/ |
D | random.c | 64 void srandom(unsigned seed) { in srandom() function
|
/third_party/popt/src/ |
D | popt.c | 918 srandom((unsigned)getpid()); in poptSaveLongLong() 919 srandom((unsigned)random()); in poptSaveLongLong() 959 srandom((unsigned)getpid()); in poptSaveLong() 960 srandom((unsigned)random()); in poptSaveLong() 992 srandom((unsigned)getpid()); in poptSaveInt() 993 srandom((unsigned)random()); in poptSaveInt() 1025 srandom((unsigned)getpid()); in poptSaveShort() 1026 srandom((unsigned)random()); in poptSaveShort()
|
/third_party/popt/ |
D | configure.ac | 53 …teuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy strerror vasprintf srandom)
|
/third_party/libnl/tests/ |
D | check-ematch-tree-clone.c | 40 srandom(time(NULL) + id); in generate_random()
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 115 void srandom (unsigned int);
|