Home
last modified time | relevance | path

Searched refs:srandom (Results 1 - 25 of 47) sorted by relevance

12

/third_party/libdrm/tests/
H A Dhash.c190 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/
H A Dglxhash.c445 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/
H A Drandom.c46 srandom(seed); in checkseed()
79 srandom(1); in main()
82 t_error("srandom(1) is not default: (%d) default: %ld, seed1: %ld\n", i, x[i], y); in main()
/third_party/musl/porting/liteos_m/kernel/src/prng/
H A Drand.c6 return srandom(s); in srand()
H A Drandom.c63 void srandom(unsigned seed) { in srandom() function
/third_party/musl/porting/uniproton/kernel/src/prng/
H A Drand.c6 return srandom(s); in srand()
H A Drandom.c63 void srandom(unsigned seed) { in srandom() function
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c125 * Windows doesn't have random() and srandom(), but it has rand() and srand().
131 # define srandom(seed) srand(seed) macro
173 srandom(atoi(cp)); in ossl_malloc_setup_failures()
/third_party/ltp/testcases/lib/
H A Dtst_random.c73 srandom(get_seed()); in main()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c258 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/libcoap/src/
H A Dcoap_prng.c133 srandom(seed); in coap_prng_init()
/third_party/ltp/testcases/kernel/fs/fs-bench/
H A Drandom-access.c42 srandom((unsigned int)getpid() ^ in main()
H A Drandom-del-create.c47 srandom((unsigned int)getpid() ^ in main()
H A Drandom-access-del-create.c50 srandom((unsigned int)getpid() ^ in main()
H A Dcreate-files.c47 srandom((unsigned int)getpid() ^ in main()
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/
H A Dhugetlb.c74 srandom((unsigned int)time_info.tv_usec); in getipckey()
/third_party/musl/porting/liteos_a/kernel/src/prng/
H A Drandom.c64 void srandom(unsigned seed) { in srandom() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h116 void srandom (unsigned int);
/third_party/musl/src/prng/
H A Drandom.c67 void srandom(unsigned seed) { in srandom() function
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h115 void srandom (unsigned int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h118 void srandom (unsigned int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h116 void srandom (unsigned int);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c92 {void(*p)(unsigned) = srandom;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h121 void srandom (unsigned int);
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslogtst.c54 srandom((unsigned int)getpid() ^ in main()

Completed in 8 milliseconds

12