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

/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c127 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
163 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
167 TYPE_3,
215 static int rand_type = TYPE_3;
383 rand_type = TYPE_3;
436 case TYPE_3:
/barrelfish-2018-10-04/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 34 milliseconds