Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c133 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
160 TYPE_3,
208 static long rand_type = TYPE_3;
379 rand_type = TYPE_3; in ntp_initstate()
434 case TYPE_3: in ntp_setstate()
/freebsd/lib/libc/stdlib/
H A Drandom.c124 TYPE_3,
161 .rst_type = TYPE_3,
316 estate->rst_type = TYPE_3; in initstate_r()
H A Drandom.h50 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
H A Drand.c70 rand3_state = allocatestate(TYPE_3); in initialize_rand3()