Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c908 double es_max, es_min; /* max/min envelope */ in chu_uart() local
919 es_min = 1e6; in chu_uart()
925 if (sp->shift[i] < es_min) in chu_uart()
926 es_min = sp->shift[i]; in chu_uart()
937 sp->span = es_max - es_min; in chu_uart()
938 slice = es_min + .45 * sp->span; in chu_uart()
947 dist += dtemp - es_min; in chu_uart()
952 dist += dtemp - es_min; in chu_uart()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02953 Rename min/max to es_min/es_max to avoid native SunOS compiler