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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c127 #define TYPE_0 0 macro
234 if (rand_type != TYPE_0)
263 if (rand_type == TYPE_0)
274 rand_type = TYPE_0;
307 if (rand_type == TYPE_0)
333 if (rand_type == TYPE_0)
340 case TYPE_0:
356 if (rand_type != TYPE_0)
368 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
382 if (rand_type == TYPE_0)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c127 #define TYPE_0 0 macro
234 if (rand_type != TYPE_0)
263 if (rand_type == TYPE_0)
274 rand_type = TYPE_0;
307 if (rand_type == TYPE_0)
333 if (rand_type == TYPE_0)
340 case TYPE_0:
356 if (rand_type != TYPE_0)
368 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
382 if (rand_type == TYPE_0)
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c109 #define TYPE_0 0 /* linear congruential */ macro
244 if (rand_type == TYPE_0)
275 if (rand_type == TYPE_0)
284 if (rand_type != TYPE_0) {
321 if (rand_type == TYPE_0)
326 rand_type = TYPE_0;
349 if (rand_type == TYPE_0)
383 if (type != TYPE_0 && rear >= degrees[type])
385 if (rand_type == TYPE_0)
393 if (rand_type != TYPE_0) {
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c118 #define TYPE_0 0 /* linear congruential */ macro
266 if (rand_type == TYPE_0) {
357 if (rand_type == TYPE_0)
367 rand_type = TYPE_0;
390 if (rand_type == TYPE_0)
426 if (rand_type == TYPE_0)
431 case TYPE_0:
445 if (rand_type != TYPE_0) {
458 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
478 if (rand_type == TYPE_0) {
[all...]

Completed in 129 milliseconds