OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_sep
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c
223
* pointer. These two pointers are always
rand_sep
places aparts, as they
251
static int
rand_sep
= SEP_3;
variable
261
* that are exactly
rand_sep
places apart. Lastly, it cycles the state
297
fptr = &state[
rand_sep
];
360
rand_sep
= SEP_0;
364
rand_sep
= SEP_1;
368
rand_sep
= SEP_2;
372
rand_sep
= SEP_3;
376
rand_sep
= SEP_4;
435
rand_sep
= seps[type]
[
all
...]
/external/bison/darwin-lib/
stdlib.h
82
int
rand_sep
; /* Distance between front and rear. */
[
all
...]
/external/bison/linux-lib/
stdlib.h
82
int
rand_sep
; /* Distance between front and rear. */
[
all
...]
/external/bison/lib/
stdlib.in.h
81
int
rand_sep
; /* Distance between front and rear. */
Completed in 49 milliseconds