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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/lib/libc/stdlib/
H A Drandom.c110 #define TYPE_0 0 /* linear congruential */ macro
269 if (rand_type == TYPE_0)
300 if (rand_type == TYPE_0)
309 if (rand_type != TYPE_0) {
344 if (rand_type == TYPE_0)
354 rand_type = TYPE_0;
377 if (rand_type == TYPE_0)
411 if (rand_type == TYPE_0)
416 case TYPE_0:
430 if (rand_type != TYPE_0) {
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c120 #define TYPE_0 0 /* linear congruential */ macro
275 if (rand_type == TYPE_0)
345 if (rand_type == TYPE_0)
355 rand_type = TYPE_0;
378 if (rand_type == TYPE_0)
414 if (rand_type == TYPE_0)
419 case TYPE_0:
433 if (rand_type != TYPE_0) {
444 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
464 if (rand_type == TYPE_0) {
[all...]

Completed in 79 milliseconds