Lines Matching full:rear
151 * advances the front and rear pointers 10*rand_deg times, and hence the
152 * rear pointer which starts at 0 will also end up at zero; thus the zeroeth
154 * position of the rear pointer is just
181 * fptr and rptr are two pointers into the state info, a front and a rear
190 * (The position of the rear pointer, rptr, is really 0 (as explained above
205 * the last element to see if the front and rear pointers have wrapped.
334 * multiplexed with the current value of the rear pointer; this is so
423 register long rear = new_state[0] / MAX_TYPES; in ntp_setstate() local
446 rptr = &state[rear]; in ntp_setstate()
447 fptr = &state[(rear + rand_sep) % rand_deg]; in ntp_setstate()
461 * been set up. The basic operation is to add the number at the rear pointer
467 * rear pointers can't wrap on the same call by not testing the rear