Home
last modified time | relevance | path

Searched refs:jrand48 (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/prng/
H A Dmrand48.c5 long jrand48(unsigned short s[3]) in jrand48() function
12 return jrand48(__seed48); in mrand48()
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dmrand48.c32 long rev = jrand48(s); in jrand48_0100()
44 long rev = jrand48(s); in jrand48_0200()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h132 long jrand48 (unsigned short [3]);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h131 long jrand48 (unsigned short [3]);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h134 long jrand48 (unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h132 long jrand48 (unsigned short [3]);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c78 {long(*p)(unsigned short[]) = jrand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h137 long jrand48 (unsigned short [3]);
/third_party/musl/include/
H A Dstdlib.h138 long jrand48 (unsigned short [3]);
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc60 // For big chunks, call jrand48 directly. in GetRandomBits()
61 result = (result << 32) | jrand48(rand_state_); // [-2^31, 2^31] in GetRandomBits()
67 // frequent calls to jrand48. in GetRandomBits()
74 rnd_ = static_cast<uint32_t>(jrand48(rand_state_)); // [-2^31, 2^31] in GetRandomBits()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs890 pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; in jrand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs579 pub fn jrand48(arg1: *mut c_ushort) -> c_long; in jrand48() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1900 pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; in jrand48() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3894 pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; in jrand48() functions
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc6764 uint64_t high = jrand48(rand_state_); in Simulator()
6765 uint64_t low = jrand48(rand_state_); in Simulator()
H A Dlogic-aarch64.cc7451 uint32_t rnd = static_cast<uint32_t>(jrand48(rand_state_));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6381 extern long int jrand48 (unsigned short int __xsubi[3])
[all...]

Completed in 72 milliseconds