Searched refs:randtbl (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c168 initstate(1, randtbl, 128);
176 static long int randtbl[DEG_3 + 1] = variable
193 initstate(1, randtbl, 128);
195 in the initialization of randtbl) because the state table pointer is set
196 to point to randtbl[1] (as explained below).) */
198 static long int *fptr = &randtbl[SEP_3 + 1];
199 static long int *rptr = &randtbl[1];
213 static long int *state = &randtbl[1];
219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeo
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c168 initstate(1, randtbl, 128);
176 static long int randtbl[DEG_3 + 1] = variable
193 initstate(1, randtbl, 128);
195 in the initialization of randtbl) because the state table pointer is set
196 to point to randtbl[1] (as explained below).) */
198 static long int *fptr = &randtbl[SEP_3 + 1];
199 static long int *rptr = &randtbl[1];
213 static long int *state = &randtbl[1];
219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeo
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c157 * initstate(1, randtbl, 128);
168 static long randtbl[DEG_3 + 1] = { variable
197 * initstate(1, randtbl, 128);
200 * in the initialization of randtbl) because the state table pointer is set
201 * to point to randtbl[1] (as explained below).
203 static long *fptr = &randtbl[SEP_3 + 1];
204 static long *rptr = &randtbl[1];
216 static long *state = &randtbl[1];
220 static long *end_ptr = &randtbl[DEG_3 + 1];
265 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c153 * initstate(1, randtbl, 128);
164 static uint32_t randtbl[DEG_3 + 1] = { variable
193 * 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 uint32_t *fptr = &randtbl[SEP_3 + 1];
200 static uint32_t *rptr = &randtbl[1];
212 static uint32_t *state = &randtbl[1];
216 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
260 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]

Completed in 117 milliseconds