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

/macosx-10.10/cxxfilt-11/cxxfilt/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...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c170 pointer. These two pointers are always rand_sep places aparts, as they
198 static int rand_sep = SEP_3; variable
207 that are exactly rand_sep places apart. Lastly, it cycles the state
219 fptr = &state[rand_sep];
255 rand_sep = SEP_0;
261 rand_sep = SEP_1;
267 rand_sep = SEP_2;
273 rand_sep = SEP_3;
279 rand_sep = SEP_4;
324 rand_sep
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c163 * pointer. These two pointers are always rand_sep places aparts, as they
191 static int rand_sep = SEP_3; variable
201 * that are exactly rand_sep places apart. Lastly, it cycles the state
219 fptr = &state[rand_sep];
265 rand_sep = SEP_0;
269 rand_sep = SEP_1;
273 rand_sep = SEP_2;
277 rand_sep = SEP_3;
281 rand_sep = SEP_4;
329 rand_sep
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c197 * pointer. These two pointers are always rand_sep places aparts, as they
225 static int rand_sep = SEP_3; variable
268 * that are exactly rand_sep places apart. Lastly, it cycles the state
288 fptr = &state[rand_sep];
335 fptr = &state[rand_sep];
385 rand_sep = SEP_0;
389 rand_sep = SEP_1;
393 rand_sep = SEP_2;
397 rand_sep = SEP_3;
401 rand_sep
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dntp_random.c189 * pointer. These two pointers are always rand_sep places aparts, as they
217 static long rand_sep = SEP_3; variable
261 * that are exactly rand_sep places apart. Lastly, it cycles the state
279 fptr = &state[rand_sep];
355 rand_sep = SEP_0;
359 rand_sep = SEP_1;
363 rand_sep = SEP_2;
367 rand_sep = SEP_3;
371 rand_sep = SEP_4;
424 rand_sep
[all...]

Completed in 136 milliseconds