Home
last modified time | relevance | path

Searched refs:srand48 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/prng/
H A Dsrand48.c3 void srand48(long seed) in srand48() function
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Ddrand48.c26 srand48(1); in drand48_0100()
H A Dsrand48.c21 * @tc.desc : Verify that the random number can be obtained by calling the srand48 function.
46 srand48(test_data[i].seed); in srand48_0100()
H A Dseed48.c39 srand48(seed); in seed48_0100()
/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt05.c63 srand48((getpid() << 16) + (unsigned)time(NULL)); in main()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress09.c88 extern void srand48(long);
483 srand48((long int)seed); in initrand()
H A Dmmapstress10.c118 extern void srand48(long);
923 srand48((long int)seed);
H A Dmmapstress01.c261 srand48((long)seed); in initrand()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h133 void srand48 (long);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h132 void srand48 (long);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h135 void srand48 (long);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h133 void srand48 (long);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c91 {void(*p)(long) = srand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h138 void srand48 (long);
/third_party/musl/include/
H A Dstdlib.h139 void srand48 (long);
/third_party/ltp/lib/
H A Drandom_range.c274 * Note: Uses lrand48(), assuming that set_random_seed() uses srand48() when
608 * Sets the random seed to s. Uses srand48(), assuming that lrand48() will
614 extern void srand48(); in random_range_seed()
616 srand48(s); in random_range_seed()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c577 srand48(clock); in do_child()
659 srand48(clock); in do_parent()
/third_party/ltp/testcases/misc/math/fptests/
H A Dfptest02.c326 srand48(seed); in gaussinit()
/third_party/vixl/test/
H A Dtest-donkey.cc136 srand48(42); in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress04.c135 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
H A Dmsgstress02.c130 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp297 srand48(time(nullptr));
/third_party/ltp/pan/
H A Dltp-pan.c394 srand48(time(NULL) ^ (getpid() + (getpid() << 15))); in main()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs891 pub fn srand48(seed: ::c_long); in srand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs585 pub fn srand48(arg1: c_long); in srand48() functions

Completed in 17 milliseconds

12