Searched refs:rand_sep (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c135 * pointer. These two pointers are always rand_sep places aparts, as they cycle
157 unsigned int rand_type, rand_deg, rand_sep; member in struct:_randomjunk
249 rp->rand_sep = SEP_0;
254 rp->rand_sep = SEP_1;
259 rp->rand_sep = SEP_2;
264 rp->rand_sep = SEP_3;
268 rp->rand_sep = SEP_4;
327 rp->rand_sep = rp->seps[ type ];
336 rp->fptr = &rp->state[ (rear + rp->rand_sep)%rp->rand_deg ];
388 * that are exactly rand_sep place
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h70 int rand_sep; /* Distance between front and rear. */

Completed in 21 milliseconds