Home
last modified time | relevance | path

Searched refs:mrand48 (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/src/prng/
H A Dmrand48.c10 long mrand48(void) in mrand48() function
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dlcong48.c32 long ret = mrand48(); in lcong48_0100()
H A Dmrand48.c50 * @tc.desc : Verify mrand48 process success. Generate a long integer random number
57 long ret = mrand48(); in mrand48_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h131 long mrand48 (void);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h130 long mrand48 (void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h133 long mrand48 (void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h131 long mrand48 (void);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c82 {long(*p)(void) = mrand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h136 long mrand48 (void);
/third_party/musl/include/
H A Dstdlib.h137 long mrand48 (void);
/third_party/vixl/test/
H A Dtest-donkey.cc203 inst = static_cast<Instr>(mrand48()); in main()
H A Dtest-use-scratch-register-scope.cc86 int max_children = static_cast<int>(std::abs(mrand48()) % kDepthLimit); in Run()
H A Dtest-pool-manager.cc44 static int Random() { return static_cast<int>(std::abs(mrand48())); } in Random()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs889 pub fn mrand48() -> ::c_long; in mrand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs582 pub fn mrand48() -> c_long; in mrand48() functions
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3563 uint32_t inst_case = static_cast<uint32_t>(mrand48()) % case_count; in TEST_T32()
3564 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32()
3692 (static_cast<uint32_t>(mrand48()) % window) + ratio; in NearBranchAndLiteralFuzzHelper()
3693 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in NearBranchAndLiteralFuzzHelper()
3695 static_cast<uint32_t>(mrand48()) % literal_count; in NearBranchAndLiteralFuzzHelper()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1899 pub fn mrand48() -> ::c_long; in mrand48() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3893 pub fn mrand48() -> ::c_long; in mrand48() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6380 extern long int mrand48 (void) throw ();
[all...]

Completed in 55 milliseconds