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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ntp/libntp/
H A Dntp_random.c148 * initstate(1, randtbl, 128);
159 static unsigned long randtbl[DEG_3 + 1] = { variable
188 * initstate(1, randtbl, 128);
191 * in the initialization of randtbl) because the state table pointer is set
192 * to point to randtbl[1] (as explained below).
194 static unsigned long *fptr = &randtbl[SEP_3 + 1];
195 static unsigned long *rptr = &randtbl[1];
207 static unsigned long *state = &randtbl[1];
211 static unsigned long *end_ptr = &randtbl[DEG_3 + 1];
256 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c148 * initstate(1, randtbl, 128);
159 static uint32_t randtbl[DEG_3 + 1] = { variable
177 * initstate(1, randtbl, 128);
180 * in the initialization of randtbl) because the state table pointer is set
181 * to point to randtbl[1] (as explained below).
183 static uint32_t *fptr = &randtbl[SEP_3 + 1];
184 static uint32_t *rptr = &randtbl[1];
196 static uint32_t *state = &randtbl[1];
200 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
235 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]

Completed in 186 milliseconds