Home | History | Annotate | Download | only in libiberty

Lines Matching defs:rand_sep

188    pointer.  These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3;
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type];
358 fptr = &state[(rear + rand_sep) % rand_deg];