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:srand48
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/musl/src/prng/
H
A
D
srand48.c
3
void
srand48
(long seed)
in srand48()
function
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H
A
D
drand48.c
26
srand48
(1);
in drand48_0100()
H
A
D
srand48.c
21
* @tc.desc : Verify that the random number can be obtained by calling the
srand48
function.
46
srand48
(test_data[i].seed);
in srand48_0100()
H
A
D
seed48.c
39
srand48
(seed);
in seed48_0100()
/third_party/ltp/testcases/kernel/mem/shmt/
H
A
D
shmt05.c
63
srand48
((getpid() << 16) + (unsigned)time(NULL));
in main()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress09.c
88
extern void
srand48
(long);
483
srand48
((long int)seed);
in initrand()
H
A
D
mmapstress10.c
118
extern void
srand48
(long);
923
srand48
((long int)seed);
H
A
D
mmapstress01.c
261
srand48
((long)seed);
in initrand()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
133
void
srand48
(long);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
132
void
srand48
(long);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
135
void
srand48
(long);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
133
void
srand48
(long);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
91
{void(*p)(long) =
srand48
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
138
void
srand48
(long);
/third_party/musl/include/
H
A
D
stdlib.h
139
void
srand48
(long);
/third_party/ltp/lib/
H
A
D
random_range.c
274
* Note: Uses lrand48(), assuming that set_random_seed() uses
srand48
() when
608
* Sets the random seed to s. Uses
srand48
(), assuming that lrand48() will
614
extern void
srand48
();
in random_range_seed()
616
srand48
(s);
in random_range_seed()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H
A
D
pipeio.c
577
srand48
(clock);
in do_child()
659
srand48
(clock);
in do_parent()
/third_party/ltp/testcases/misc/math/fptests/
H
A
D
fptest02.c
326
srand48
(seed);
in gaussinit()
/third_party/vixl/test/
H
A
D
test-donkey.cc
136
srand48
(42);
in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H
A
D
msgstress04.c
135
srand48
((unsigned)getpid() + (unsigned)(getppid() << 16));
in main()
H
A
D
msgstress02.c
130
srand48
((unsigned)getpid() + (unsigned)(getppid() << 16));
in main()
/third_party/musl/Benchmark/musl/
H
A
D
libc_stdlib.cpp
297
srand48
(time(nullptr));
/third_party/ltp/pan/
H
A
D
ltp-pan.c
394
srand48
(time(NULL) ^ (getpid() + (getpid() << 15)));
in main()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
891
pub fn
srand48
(seed: ::c_long);
in srand48()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
585
pub fn
srand48
(arg1: c_long);
in srand48()
functions
Completed in 17 milliseconds
1
2