Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c121 #define SEP_0 0 macro
322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
369 rand_sep = SEP_0; in ntp_initstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h38 #define SEP_0 0 macro
H A Drandom.c104 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
306 estate->rst_sep = SEP_0; in initstate_r()