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

/freebsd-10-stable/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-stable/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-stable/lib/libc/stdlib/
H A Drandom.c197 static int rand_type = TYPE_3; variable
244 if (rand_type == TYPE_0)
275 if (rand_type == TYPE_0)
284 if (rand_type != TYPE_0) {
321 if (rand_type == TYPE_0)
322 state[-1] = rand_type;
324 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
326 rand_type = TYPE_0;
330 rand_type = TYPE_1;
334 rand_type
[all...]
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_random.c208 static long rand_type = TYPE_3; variable
266 if (rand_type == TYPE_0) {
357 if (rand_type == TYPE_0)
358 state[-1] = rand_type;
360 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
367 rand_type = TYPE_0;
371 rand_type = TYPE_1;
375 rand_type = TYPE_2;
379 rand_type = TYPE_3;
383 rand_type
[all...]

Completed in 163 milliseconds