Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c140 #define DEG_4 63 macro
321 static long degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
384 rand_deg = DEG_4; in ntp_initstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h57 #define DEG_4 63 macro
H A Drandom.c103 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
321 estate->rst_deg = DEG_4; in initstate_r()