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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c189 pointer. These two pointers are always rand_sep places aparts, as they
217 static int rand_sep = SEP_3; variable
226 that are exactly rand_sep places apart. Lastly, it cycles the state
239 fptr = &state[rand_sep];
276 rand_sep = SEP_0;
282 rand_sep = SEP_1;
288 rand_sep = SEP_2;
294 rand_sep = SEP_3;
300 rand_sep = SEP_4;
347 rand_sep
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c189 pointer. These two pointers are always rand_sep places aparts, as they
217 static int rand_sep = SEP_3; variable
226 that are exactly rand_sep places apart. Lastly, it cycles the state
239 fptr = &state[rand_sep];
276 rand_sep = SEP_0;
282 rand_sep = SEP_1;
288 rand_sep = SEP_2;
294 rand_sep = SEP_3;
300 rand_sep = SEP_4;
347 rand_sep
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c171 * pointer. These two pointers are always rand_sep places aparts, as they
199 static int rand_sep = SEP_3; variable
233 * that are exactly rand_sep places apart. Lastly, it cycles the state
249 fptr = &state[rand_sep];
285 fptr = &state[rand_sep];
328 rand_sep = SEP_0;
332 rand_sep = SEP_1;
336 rand_sep = SEP_2;
340 rand_sep = SEP_3;
344 rand_sep
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c182 * pointer. These two pointers are always rand_sep places aparts, as they
210 static long rand_sep = SEP_3; variable
254 * that are exactly rand_sep places apart. Lastly, it cycles the state
272 fptr = &state[rand_sep];
369 rand_sep = SEP_0;
373 rand_sep = SEP_1;
377 rand_sep = SEP_2;
381 rand_sep = SEP_3;
385 rand_sep = SEP_4;
438 rand_sep
[all...]

Completed in 98 milliseconds