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

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c145 #define TYPE_3 3 macro
174 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
177 { TYPE_3,
215 static int rand_type = TYPE_3;
292 rand_type = TYPE_3;
343 case TYPE_3:
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c145 #define TYPE_3 3 macro
174 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
177 { TYPE_3,
215 static int rand_type = TYPE_3;
292 rand_type = TYPE_3;
343 case TYPE_3:
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c135 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
165 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
169 TYPE_3,
217 static long rand_type = TYPE_3;
367 rand_type = TYPE_3;
422 case TYPE_3:
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c125 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
161 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
165 TYPE_3,
213 static int rand_type = TYPE_3;
366 rand_type = TYPE_3;
419 case TYPE_3:

Completed in 81 milliseconds