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

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c170 advances the front and rear pointers 10*rand_deg times, and hence the
171 rear pointer which starts at 0 will also end up at zero; thus the zeroeth
173 position of the rear pointer is just
188 /* FPTR and RPTR are two pointers into the state info, a front and a rear
194 (The position of the rear pointer, rptr, is really 0 (as explained above
211 the front and rear pointers have wrapped. */
253 value of the rear pointer; this is so successive calls to initstate won't
330 register int rear = new_state[0] / MAX_TYPES;
358 rptr = &state[rear];
359 fptr = &state[(rear
327 register int rear = new_state[0] / MAX_TYPES; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c170 advances the front and rear pointers 10*rand_deg times, and hence the
171 rear pointer which starts at 0 will also end up at zero; thus the zeroeth
173 position of the rear pointer is just
188 /* FPTR and RPTR are two pointers into the state info, a front and a rear
194 (The position of the rear pointer, rptr, is really 0 (as explained above
211 the front and rear pointers have wrapped. */
253 value of the rear pointer; this is so successive calls to initstate won't
330 register int rear = new_state[0] / MAX_TYPES;
358 rptr = &state[rear];
359 fptr = &state[(rear
327 register int rear = new_state[0] / MAX_TYPES; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c225 rl_t *front, *rear; local
233 /* create the rear proxy range lock */
234 rear = kmem_alloc(sizeof (rl_t), KM_SLEEP);
235 rear->r_off = off;
236 rear->r_len = rl->r_off + rl->r_len - off;
237 rear->r_cnt = rl->r_cnt;
238 rear->r_type = RL_READER;
239 rear->r_proxy = B_TRUE;
240 rear->r_write_wanted = B_FALSE;
241 rear
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c160 * advances the front and rear pointers 10*rand_deg times, and hence the
161 * rear pointer which starts at 0 will also end up at zero; thus the zeroeth
163 * position of the rear pointer is just
190 * fptr and rptr are two pointers into the state info, a front and a rear
199 * (The position of the rear pointer, rptr, is really 0 (as explained above
214 * the last element to see if the front and rear pointers have wrapped.
322 * multiplexed with the current value of the rear pointer; this is so
411 register long rear = new_state[0] / MAX_TYPES; local
434 rptr = &state[rear];
435 fptr = &state[(rear
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c156 * advances the front and rear pointers 10*rand_deg times, and hence the
157 * rear pointer which starts at 0 will also end up at zero; thus the zeroeth
159 * position of the rear pointer is just
186 * fptr and rptr are two pointers into the state info, a front and a rear
195 * (The position of the rear pointer, rptr, is really 0 (as explained above
210 * the last element to see if the front and rear pointers have wrapped.
325 * multiplexed with the current value of the rear pointer; this is so
408 uint32_t rear = new_state[0] / MAX_TYPES; local
431 rptr = &state[rear];
432 fptr = &state[(rear
[all...]

Completed in 192 milliseconds