Home
last modified time | relevance | path

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

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