Home
last modified time | relevance | path

Searched refs:nrand48 (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/src/prng/
Dlrand48.c5 long nrand48(unsigned short s[3]) in nrand48() function
12 return nrand48(__seed48); in lrand48()
/third_party/musl/libc-test/src/functionalext/supplement/prng/
Dlrand48.c36 long rev = nrand48(s); in nrand48_0100()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h132 long int nrand48 (unsigned short [3]);
/third_party/musl/libc-test/src/api/
Dstdlib.c83 {long(*p)(unsigned short[]) = nrand48;} in f()
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h129 long int nrand48 (unsigned short [3]);
/third_party/musl/ndk_musl_include/
Dstdlib.h126 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h130 long int nrand48 (unsigned short [3]);
/third_party/musl/include/
Dstdlib.h131 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h130 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/linux/user/include/
Dstdlib.h135 long int nrand48 (unsigned short [3]);
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1110 nrand48
Dnetbsd.txt1358 nrand48
Ddragonfly.txt1388 nrand48
Dfreebsd.txt1736 nrand48
Dlinux.txt3088 nrand48
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs888 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
/third_party/musl/
Dlibc.map.txt1207 nrand48;
/third_party/rust/crates/libc/src/solid/
Dmod.rs583 pub fn nrand48(arg1: *mut c_ushort) -> c_long; in nrand48() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1898 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3892 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
/third_party/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc8712 uint8_t byte = nrand48(seed) & 0xff; in BufferFillingHelper()
8722 uint64_t rnd = nrand48(seed); in BufferFillingHelper()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6376 extern long int nrand48 (unsigned short int __xsubi[3])