Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c123 #define TYPE_1 1 /* x**7 + x**3 + 1 */ macro
371 rand_type = TYPE_1; in ntp_initstate()
432 case TYPE_1: in ntp_setstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h40 #define TYPE_1 1 /* x**7 + x**3 + 1 */ macro
H A Drandom.c308 estate->rst_type = TYPE_1; in initstate_r()
493 if (type < TYPE_1) in allocatestate()