Lines Matching defs:randtbl
180 * initstate(1, &randtbl, 128);
192 static uint32_t randtbl[DEG_3 + 1] = {
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[]