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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c222 * fptr and rptr are two pointers into the state info, a front and a rear
235 static int *fptr = &randtbl[SEP_3 + 1]; variable
297 fptr = &state[rand_sep];
444 fptr = &state[(rear + rand_sep) % rand_deg];
481 f = fptr; r = rptr;
493 fptr = f; rptr = r;

Completed in 4 milliseconds