Home | History | Annotate | Download | only in libiberty

Lines Matching defs:randtbl

167 	initstate(1, randtbl, 128);
175 static long int randtbl[DEG_3 + 1] =
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])];
227 introduced by the L.C.R.N.G. Note that the initialization of randtbl[]