Home
last modified time | relevance | path

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

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