Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_ntptime.c181 static long time_maxerror = MAXPHASE / 1000;
183 long time_esterror = MAXPHASE / 1000;
630 if (offset > MAXPHASE) {
631 time_monitor = MAXPHASE;
632 } else if (offset < -MAXPHASE) {
633 time_monitor = -MAXPHASE;
/xnu-8020.121.3/bsd/sys/
H A Dtimex.h80 #define MAXPHASE 500000000L /* max phase error (ns) */ macro