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:lrand48
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/musl/libc-test/src/regression/
H
A
D
lrand48-signextend.c
0
//
lrand48
should give deterministic results
9
r =
lrand48
();
in main()
10
if (r != 0) t_error("1st
lrand48
() got %ld want 0\n", r);
in main()
11
r =
lrand48
();
in main()
12
if (r != 2116118) t_error("2nd
lrand48
() got %ld want 2116118\n", r);
in main()
13
r =
lrand48
();
in main()
14
if (r != 89401895) t_error("3rd
lrand48
() got %ld want 89401895\n", r);
in main()
/third_party/ltp/lib/
H
A
D
random_range.c
274
* Note: Uses
lrand48
(), assuming that set_random_seed() uses srand48() when
281
extern long
lrand48
();
in random_range()
342
* and the standard
lrand48
() routine can be used.
in random_range()
345
return (long)(min + (((long)
lrand48
() % nmults) * mult));
in random_range()
349
* Since
lrand48
only will get a number up to 32bits.
in random_range()
357
return (min + ((
lrand48
() % nmults) * mult));
in random_range()
368
extern long
lrand48
();
in random_rangel()
429
* and the standard
lrand48
() routine can be used.
in random_rangel()
432
return (long)(min + (((long)
lrand48
() % nmults) * mult));
in random_rangel()
436
* Since
lrand48
onl
in random_rangel()
[all...]
/third_party/ltp/testcases/kernel/mem/shmt/
H
A
D
shmt05.c
65
key[0] = (key_t)
lrand48
();
in main()
66
key[1] = (key_t)
lrand48
();
in main()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress01.c
152
int pageoffset =
lrand48
() % mappages;
in child_mapper()
159
nloops = (randloops) ? (
lrand48
() % MAXLOOPS) : MAXLOOPS;
in child_mapper()
171
randpage =
lrand48
() % mappages;
in child_mapper()
191
randpage =
lrand48
() % mappages;
in child_mapper()
H
A
D
mmapstress09.c
86
extern long
lrand48
(void);
384
nloops = (randloops) ? (
lrand48
() % MAXLOOPS) : MAXLOOPS;
in child_mapper()
395
randpage =
lrand48
() % mappages;
in child_mapper()
421
randpage = (unsigned)
lrand48
() % mappages;
in child_mapper()
H
A
D
mmapstress10.c
116
extern long
lrand48
(void);
585
int pageoffset =
lrand48
() % mappages;
606
nloops = (randloops) ? (
lrand48
() % MAXLOOPS) : MAXLOOPS;
626
randpage =
lrand48
() % mappages;
663
randpage =
lrand48
() % mappages;
/third_party/musl/src/prng/
H
A
D
lrand48.c
10
long
lrand48
(void)
in lrand48()
function
/third_party/ltp/testcases/misc/math/fptests/
H
A
D
fptest02.c
339
u1 =
lrand48
() / rnorm;
in gauss()
340
u2 =
lrand48
() / rnorm;
in gauss()
/third_party/vixl/test/
H
A
D
test-donkey.cc
57
uint32_t pos = 5 + ((
lrand48
() >> 20) % 27);
in Mutate()
63
uint32_t dst_pos = (
lrand48
() >> 20) % 5;
in Mutate()
/third_party/ltp/libs/libltpipc/
H
A
D
libmsgctl.c
110
size = (
lrand48
() % 99);
in dowriter()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
129
long int
lrand48
(void);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
128
long int
lrand48
(void);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
131
long int
lrand48
(void);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
129
long int
lrand48
(void);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
81
{long(*p)(void) =
lrand48
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
134
long int
lrand48
(void);
/third_party/musl/include/
H
A
D
stdlib.h
135
long int
lrand48
(void);
/third_party/ltp/testcases/kernel/ipc/pipeio/
H
A
D
pipeio.c
578
n =
lrand48
() % chld_wait;
in do_child()
660
n =
lrand48
() % parent_wait;
in do_parent()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H
A
D
msgstress04.c
149
keyarray[i] = (key_t)
lrand48
();
in main()
H
A
D
msgstress02.c
144
keyarray[i] = (key_t)
lrand48
();
in main()
/third_party/musl/Benchmark/musl/
H
A
D
libc_stdlib.cpp
298
benchmark::DoNotOptimize(
lrand48
());
/third_party/ltp/pan/
H
A
D
ltp-pan.c
531
c =
lrand48
() % coll->cnt;
in main()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
887
pub fn
lrand48
() -> ::c_long;
in lrand48()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
581
pub fn
lrand48
() -> c_long;
in lrand48()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1897
pub fn
lrand48
() -> ::c_long;
in lrand48()
functions
Completed in 21 milliseconds
1
2