Home | History | Annotate | Download | only in libiberty

Lines Matching refs:rptr

175 	(MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3.  */
189 /* 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
200 static long int *rptr = &randtbl[1];
241 rptr = &state[0];
267 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
311 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
337 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
359 rptr = &state[rear];
391 *fptr += *rptr;
398 ++rptr;
402 ++rptr;
403 if (rptr >= end_ptr)
404 rptr = state;