HomeSort by: relevance | last modified time | path
    Searched defs:TYPE_0 (Results 1 - 8 of 8) sorted by relevancy

  /src/common/lib/libc/stdlib/
random.c 143 #define TYPE_0 0 /* linear congruential */
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
358 rand_type = TYPE_0;
381 if (rand_type == TYPE_0)
423 if (rand_type == TYPE_0)
428 case TYPE_0:
442 if (rand_type != TYPE_0) {
454 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
474 if (rand_type == TYPE_0) {
    [all...]
  /src/external/bsd/ntp/dist/libntp/
ntp_random.c 120 #define TYPE_0 0 /* linear congruential */
268 if (rand_type == TYPE_0) {
359 if (rand_type == TYPE_0)
369 rand_type = TYPE_0;
392 if (rand_type == TYPE_0)
428 if (rand_type == TYPE_0)
433 case TYPE_0:
447 if (rand_type != TYPE_0) {
460 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
480 if (rand_type == TYPE_0) {
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
random.c 126 #define TYPE_0 0
233 if (rand_type != TYPE_0)
262 if (rand_type == TYPE_0)
273 rand_type = TYPE_0;
306 if (rand_type == TYPE_0)
332 if (rand_type == TYPE_0)
339 case TYPE_0:
355 if (rand_type != TYPE_0)
367 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
381 if (rand_type == TYPE_0)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
random.c 126 #define TYPE_0 0
233 if (rand_type != TYPE_0)
262 if (rand_type == TYPE_0)
273 rand_type = TYPE_0;
306 if (rand_type == TYPE_0)
332 if (rand_type == TYPE_0)
339 case TYPE_0:
355 if (rand_type != TYPE_0)
367 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
381 if (rand_type == TYPE_0)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
random.c 126 #define TYPE_0 0
233 if (rand_type != TYPE_0)
262 if (rand_type == TYPE_0)
273 rand_type = TYPE_0;
306 if (rand_type == TYPE_0)
332 if (rand_type == TYPE_0)
339 case TYPE_0:
355 if (rand_type != TYPE_0)
367 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
381 if (rand_type == TYPE_0)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
random.c 128 #define TYPE_0 0
235 if (rand_type != TYPE_0)
264 if (rand_type == TYPE_0)
275 rand_type = TYPE_0;
308 if (rand_type == TYPE_0)
334 if (rand_type == TYPE_0)
341 case TYPE_0:
357 if (rand_type != TYPE_0)
369 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
383 if (rand_type == TYPE_0)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
random.c 126 #define TYPE_0 0
233 if (rand_type != TYPE_0)
262 if (rand_type == TYPE_0)
273 rand_type = TYPE_0;
306 if (rand_type == TYPE_0)
332 if (rand_type == TYPE_0)
339 case TYPE_0:
355 if (rand_type != TYPE_0)
367 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
381 if (rand_type == TYPE_0)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
random.c 126 #define TYPE_0 0
233 if (rand_type != TYPE_0)
262 if (rand_type == TYPE_0)
273 rand_type = TYPE_0;
306 if (rand_type == TYPE_0)
332 if (rand_type == TYPE_0)
339 case TYPE_0:
355 if (rand_type != TYPE_0)
367 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
381 if (rand_type == TYPE_0)
    [all...]

Completed in 39 milliseconds