Home | History | Annotate | Download | only in stdlib

Lines Matching refs:rptr

188  *	MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
222 * fptr and rptr are two pointers into the state info, a front and a rear
231 * (The position of the rear pointer, rptr, is really 0 (as explained above
236 static int *rptr = &randtbl[1];
298 rptr = &state[0];
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
384 int_arg_state[0] = MAX_TYPES * (int)(rptr - state) + rand_type;
426 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
443 rptr = &state[rear];
481 f = fptr; r = rptr;
493 fptr = f; rptr = r;