Home
last modified time | relevance | path

Searched refs:TYPE_4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c138 #define TYPE_4 4 /* x**63 + x + 1 */ macro
383 rand_type = TYPE_4; in ntp_initstate()
435 case TYPE_4: in ntp_setstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h55 #define TYPE_4 4 /* x**63 + x + 1 */ macro
H A Drandom.c320 estate->rst_type = TYPE_4; in initstate_r()