OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rand_type
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c
249
static int
rand_type
= TYPE_3;
variable
271
if (
rand_type
== TYPE_0)
350
if (
rand_type
== TYPE_0)
351
state[-1] =
rand_type
;
353
state[-1] = MAX_TYPES * (int)(rptr - state) +
rand_type
;
358
rand_type
= TYPE_0;
362
rand_type
= TYPE_1;
366
rand_type
= TYPE_2;
370
rand_type
= TYPE_3;
374
rand_type
= TYPE_4
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
354
int
rand_type
; /* Type of random number generator. */
member in struct:random_data
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
354
int
rand_type
; /* Type of random number generator. */
member in struct:random_data
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
random.c
216
static int
rand_type
= TYPE_3;
variable
235
if (
rand_type
!= TYPE_0)
264
if (
rand_type
== TYPE_0)
265
state[-1] =
rand_type
;
267
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
275
rand_type
= TYPE_0;
281
rand_type
= TYPE_1;
287
rand_type
= TYPE_2;
293
rand_type
= TYPE_3;
299
rand_type
= TYPE_4
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
570
int
rand_type
;
member in struct:random_data
[
all
...]
Completed in 753 milliseconds