Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c210 static long rand_sep = SEP_3; variable
272 fptr = &state[rand_sep]; in ntp_srandom()
369 rand_sep = SEP_0; in ntp_initstate()
373 rand_sep = SEP_1; in ntp_initstate()
377 rand_sep = SEP_2; in ntp_initstate()
381 rand_sep = SEP_3; in ntp_initstate()
385 rand_sep = SEP_4; in ntp_initstate()
438 rand_sep = seps[type]; in ntp_setstate()
447 fptr = &state[(rear + rand_sep) % rand_deg]; in ntp_setstate()