Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:jrand48
(Results
1 - 17
of
17
) sorted by relevance
/third_party/musl/src/prng/
H
A
D
mrand48.c
5
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
D
mrand48.c
32
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
D
stdlib.h
132
long
jrand48
(unsigned short [3]);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
131
long
jrand48
(unsigned short [3]);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
134
long
jrand48
(unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
132
long
jrand48
(unsigned short [3]);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
78
{long(*p)(unsigned short[]) =
jrand48
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
137
long
jrand48
(unsigned short [3]);
/third_party/musl/include/
H
A
D
stdlib.h
138
long
jrand48
(unsigned short [3]);
/third_party/vixl/benchmarks/aarch64/
H
A
D
bench-utils.cc
60
// 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
D
mod.rs
890
pub fn
jrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in jrand48()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
579
pub fn
jrand48
(arg1: *mut c_ushort) -> c_long;
in jrand48()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1900
pub fn
jrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in jrand48()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3894
pub fn
jrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in jrand48()
functions
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.cc
6764
uint64_t high =
jrand48
(rand_state_);
in Simulator()
6765
uint64_t low =
jrand48
(rand_state_);
in Simulator()
H
A
D
logic-aarch64.cc
7451
uint32_t rnd = static_cast<uint32_t>(
jrand48
(rand_state_));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
6381
extern long int
jrand48
(unsigned short int __xsubi[3])
[all...]
Completed in 72 milliseconds