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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ntp/libntp/
H A Dntp_random.c133 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
156 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
160 TYPE_3,
208 static long rand_type = TYPE_3;
379 rand_type = TYPE_3;
434 case TYPE_3:
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c124 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
156 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
160 TYPE_3,
197 static int rand_type = TYPE_3;
338 rand_type = TYPE_3;

Completed in 66 milliseconds