Home
last modified time | relevance | path

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

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