Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c136 #define SEP_3 3 macro
194 static unsigned long *fptr = &randtbl[SEP_3 + 1];
210 static long rand_sep = SEP_3;
322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
381 rand_sep = SEP_3; in ntp_initstate()
/freebsd/lib/libc/stdlib/
H A Drandom.c104 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
147 .rst_fptr = &implicit.rst_randtbl[SEP_3 + 1],
163 .rst_sep = SEP_3,
318 estate->rst_sep = SEP_3; in initstate_r()
H A Drandom.h53 #define SEP_3 3 macro