Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c128 #define TYPE_2 2 /* x**15 + x + 1 */ macro
375 rand_type = TYPE_2; in ntp_initstate()
433 case TYPE_2: in ntp_setstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h45 #define TYPE_2 2 /* x**15 + x + 1 */ macro
H A Drandom.c312 estate->rst_type = TYPE_2; in initstate_r()