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

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Drandom.c215 static int rand_type = TYPE_3; variable
234 if (rand_type != TYPE_0)
263 if (rand_type == TYPE_0)
264 state[-1] = rand_type;
266 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
274 rand_type = TYPE_0;
280 rand_type = TYPE_1;
286 rand_type = TYPE_2;
292 rand_type = TYPE_3;
298 rand_type
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c196 static int rand_type = TYPE_3; variable
214 if (rand_type != TYPE_0)
242 if (rand_type == TYPE_0)
243 state[-1] = rand_type;
245 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
253 rand_type = TYPE_0;
259 rand_type = TYPE_1;
265 rand_type = TYPE_2;
271 rand_type = TYPE_3;
277 rand_type
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c189 static int rand_type = TYPE_3; variable
212 if (rand_type == TYPE_0)
253 if (rand_type == TYPE_0)
254 state[-1] = rand_type;
256 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
263 rand_type = TYPE_0;
267 rand_type = TYPE_1;
271 rand_type = TYPE_2;
275 rand_type = TYPE_3;
279 rand_type
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c223 static int rand_type = TYPE_3; variable
283 if (rand_type == TYPE_0)
313 if (rand_type == TYPE_0)
334 if (rand_type != TYPE_0) {
373 if (rand_type == TYPE_0)
374 state[-1] = rand_type;
376 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
383 rand_type = TYPE_0;
387 rand_type = TYPE_1;
391 rand_type
[all...]
/macosx-10.10.1/ntp-92/libntp/
H A Dntp_random.c215 static long rand_type = TYPE_3; variable
273 if (rand_type == TYPE_0)
343 if (rand_type == TYPE_0)
344 state[-1] = rand_type;
346 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
353 rand_type = TYPE_0;
357 rand_type = TYPE_1;
361 rand_type = TYPE_2;
365 rand_type = TYPE_3;
369 rand_type
[all...]

Completed in 304 milliseconds