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

/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c134 * fptr and rptr are two pointers into the state info, a front and a rear
140 * (The position of the rear pointer, rptr, is really 0 (as explained above
154 * the front and rear pointers have wrapped.
164 * that srandom() advances the front and rear pointers 10*rand_deg
165 * times, and hence the rear pointer which starts at 0 will also
168 * position of the rear pointer is just
213 * multiplexed with the current value of the rear pointer; this is so
305 unsigned int rear; local
312 rear = new_state[0]/MAX_TYPES;
335 rp->rptr = &rp->state[ rear ];
[all...]

Completed in 21 milliseconds