OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randtbl
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/libiberty/
random.c
167
initstate(1,
randtbl
, 128);
175
static long int
randtbl
[DEG_3 + 1] =
variable
192
initstate(1,
randtbl
, 128);
194
in the initialization of
randtbl
) because the state table pointer is set
195
to point to
randtbl
[1] (as explained below).) */
197
static long int *fptr = &
randtbl
[SEP_3 + 1];
198
static long int *rptr = &
randtbl
[1];
212
static long int *state = &
randtbl
[1];
218
static long int *end_ptr = &
randtbl
[sizeof(
randtbl
) / sizeof(randtbl[0])]
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
random.c
167
initstate(1,
randtbl
, 128);
175
static long int
randtbl
[DEG_3 + 1] =
variable
192
initstate(1,
randtbl
, 128);
194
in the initialization of
randtbl
) because the state table pointer is set
195
to point to
randtbl
[1] (as explained below).) */
197
static long int *fptr = &
randtbl
[SEP_3 + 1];
198
static long int *rptr = &
randtbl
[1];
212
static long int *state = &
randtbl
[1];
218
static long int *end_ptr = &
randtbl
[sizeof(
randtbl
) / sizeof(randtbl[0])]
[
all
...]
/src/external/gpl3/gcc.old/dist/libiberty/
random.c
169
initstate(1,
randtbl
, 128);
177
static long int
randtbl
[DEG_3 + 1] =
variable
194
initstate(1,
randtbl
, 128);
196
in the initialization of
randtbl
) because the state table pointer is set
197
to point to
randtbl
[1] (as explained below).) */
199
static long int *fptr = &
randtbl
[SEP_3 + 1];
200
static long int *rptr = &
randtbl
[1];
214
static long int *state = &
randtbl
[1];
220
static long int *end_ptr = &
randtbl
[sizeof(
randtbl
) / sizeof(randtbl[0])]
[
all
...]
/src/common/lib/libc/stdlib/
random.c
180
* initstate(1, &
randtbl
, 128);
192
static uint32_t
randtbl
[DEG_3 + 1] = {
variable
229
* initstate(1,
randtbl
, 128);
232
* in the initialization of
randtbl
) because the state table pointer is set
233
* to point to
randtbl
[1] (as explained below).
235
static uint32_t *fptr = &
randtbl
[SEP_3 + 1];
236
static uint32_t *rptr = &
randtbl
[1];
248
static uint32_t *state = &
randtbl
[1];
252
static uint32_t *end_ptr = &
randtbl
[DEG_3 + 1];
263
* introduced by the L.C.R.N.G. Note that the initialization of
randtbl
[]
[
all
...]
/src/external/bsd/ntp/dist/libntp/
ntp_random.c
150
* initstate(1,
randtbl
, 128);
161
static unsigned long
randtbl
[DEG_3 + 1] = {
variable
190
* initstate(1,
randtbl
, 128);
193
* in the initialization of
randtbl
) because the state table pointer is set
194
* to point to
randtbl
[1] (as explained below).
196
static unsigned long *fptr = &
randtbl
[SEP_3 + 1];
197
static unsigned long *rptr = &
randtbl
[1];
209
static unsigned long *state = &
randtbl
[1];
213
static unsigned long *end_ptr = &
randtbl
[DEG_3 + 1];
258
* introduced by the L.C.R.N.G. Note that the initialization of
randtbl
[]
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026