Home
last modified time | relevance | path

Searched refs:mrand48 (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/src/prng/
Dmrand48.c10 long mrand48(void) in mrand48() function
/third_party/musl/libc-test/src/functionalext/supplement/prng/
Dlcong48.c32 long ret = mrand48(); in lcong48_0100()
Dmrand48.c57 long ret = mrand48(); in mrand48_0100()
Dtest_src_functionalext_supplement_prng.gni21 "mrand48",
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h130 long mrand48 (void);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h133 long mrand48 (void);
/third_party/musl/libc-test/src/api/
Dstdlib.c82 {long(*p)(void) = mrand48;} in f()
/third_party/musl/ndk_musl_include/
Dstdlib.h127 long mrand48 (void);
/third_party/musl/porting/linux/user/include/
Dstdlib.h132 long mrand48 (void);
/third_party/musl/include/
Dstdlib.h132 long mrand48 (void);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h131 long mrand48 (void);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h131 long mrand48 (void);
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1102 mrand48
Ddragonfly.txt1381 mrand48
Dnetbsd.txt1352 mrand48
Dfreebsd.txt1720 mrand48
Dlinux.txt3068 mrand48
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs889 pub fn mrand48() -> ::c_long; in mrand48() function
/third_party/musl/
Dlibc.map.txt1154 mrand48;
Dmusl_src.gni952 "src/prng/mrand48.c",
DWHATSNEW1778 - mrand48/jrand48 produced wrong-signedness results on 64-bit archs
/third_party/rust/crates/libc/src/solid/
Dmod.rs582 pub fn mrand48() -> c_long; in mrand48() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1899 pub fn mrand48() -> ::c_long; in mrand48() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3893 pub fn mrand48() -> ::c_long; in mrand48() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6380 extern long int mrand48 (void) throw ();