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:lcong48
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/src/prng/
H
A
D
lcong48.c
5
void
lcong48
(unsigned short p[7])
in lcong48()
function
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H
A
D
lcong48.c
25
* @tc.desc : Verify
lcong48
process success. Set random number seed for 48 bit operation.
31
lcong48
(p);
in lcong48_0100()
H
A
D
mrand48.c
56
lcong48
(p);
in mrand48_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
135
void
lcong48
(unsigned short [7]);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
134
void
lcong48
(unsigned short [7]);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
137
void
lcong48
(unsigned short [7]);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
135
void
lcong48
(unsigned short [7]);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
80
{void(*p)(unsigned short[]) =
lcong48
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
140
void
lcong48
(unsigned short [7]);
/third_party/musl/include/
H
A
D
stdlib.h
141
void
lcong48
(unsigned short [7]);
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
893
pub fn
lcong48
(p: *mut ::c_ushort);
in lcong48()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
580
pub fn
lcong48
(arg1: *mut c_ushort);
in lcong48()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1903
pub fn
lcong48
(p: *mut ::c_ushort);
in lcong48()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3897
pub fn
lcong48
(p: *mut ::c_ushort);
in lcong48()
functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
6388
extern void
lcong48
(unsigned short int __param[7]) throw () __attribute__ ((__nonnull__ (1)));
[all...]
Completed in 48 milliseconds