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

/freebsd-10.0-release/contrib/binutils/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...]
/freebsd-10.0-release/contrib/gcclibs/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...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c213 static int rand_type = TYPE_3; variable
269 if (rand_type == TYPE_0)
300 if (rand_type == TYPE_0)
309 if (rand_type != TYPE_0) {
344 if (rand_type == TYPE_0)
345 state[-1] = rand_type;
347 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
354 rand_type = TYPE_0;
358 rand_type = TYPE_1;
362 rand_type
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c217 static long rand_type = TYPE_3; variable
275 if (rand_type == TYPE_0)
345 if (rand_type == TYPE_0)
346 state[-1] = rand_type;
348 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
355 rand_type = TYPE_0;
359 rand_type = TYPE_1;
363 rand_type = TYPE_2;
367 rand_type = TYPE_3;
371 rand_type
[all...]

Completed in 129 milliseconds