Home
last modified time | relevance | path

Searched refs:nrand48 (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/prng/
H A 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/
H A Dlrand48.c36 long rev = nrand48(s); in nrand48_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h130 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h129 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h132 long int nrand48 (unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h130 long int nrand48 (unsigned short [3]);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c83 {long(*p)(unsigned short[]) = nrand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h135 long int nrand48 (unsigned short [3]);
/third_party/musl/include/
H A Dstdlib.h136 long int nrand48 (unsigned short [3]);
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs888 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs583 pub fn nrand48(arg1: *mut c_ushort) -> c_long; in nrand48() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1898 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3892 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() functions
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc171 uint64_t rtag = nrand48(rand_state_) >> 28; in GenerateRandomTag()
175 exclude = nrand48(rand_state_) >> 27; in GenerateRandomTag()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc8706 // Use a fixed seed for nrand48() so that test runs are reproducible.
8711 uint8_t byte = nrand48(seed) & 0xff;
8721 uint64_t rnd = nrand48(seed);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6376 extern long int nrand48 (unsigned short int __xsubi[3])
[all...]

Completed in 70 milliseconds