Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/lib/libc/stdlib/
H A Drandom.c127 TYPE_3,
164 .rst_type = TYPE_3,
319 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.c73 rand3_state = allocatestate(TYPE_3); in initialize_rand3()