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:nrand48
(Results
1 - 16
of
16
) sorted by relevance
/third_party/musl/src/prng/
H
A
D
lrand48.c
5
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
D
lrand48.c
36
long rev =
nrand48
(s);
in nrand48_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
130
long int
nrand48
(unsigned short [3]);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
129
long int
nrand48
(unsigned short [3]);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
132
long int
nrand48
(unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
130
long int
nrand48
(unsigned short [3]);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
83
{long(*p)(unsigned short[]) =
nrand48
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
135
long int
nrand48
(unsigned short [3]);
/third_party/musl/include/
H
A
D
stdlib.h
136
long int
nrand48
(unsigned short [3]);
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
888
pub fn
nrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in nrand48()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
583
pub fn
nrand48
(arg1: *mut c_ushort) -> c_long;
in nrand48()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1898
pub fn
nrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in nrand48()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3892
pub fn
nrand48
(xseed: *mut ::c_ushort) -> ::c_long;
in nrand48()
functions
/third_party/vixl/src/aarch64/
H
A
D
logic-aarch64.cc
171
uint64_t rtag =
nrand48
(rand_state_) >> 28;
in GenerateRandomTag()
175
exclude =
nrand48
(rand_state_) >> 27;
in GenerateRandomTag()
/third_party/vixl/test/aarch64/
H
A
D
test-assembler-sve-aarch64.cc
8706
// 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
D
stylo.hpp
6376
extern long int
nrand48
(unsigned short int __xsubi[3])
[all...]
Completed in 69 milliseconds