Searched refs:burdist (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_chu.c | 328 int burdist; /* burst distance */ member 1019 up->burdist = 0; in chu_burst() 1021 up->burdist += chu_dist(up->cbuf[i], up->cbuf[i + 5]); in chu_burst() 1030 if (up->burdist >= MINDIST) { in chu_burst() 1032 } else if (up->burdist <= -MINDIST) { in chu_burst() 1078 -up->burdist); in chu_b() 1087 if (up->burdist > -40) { in chu_b() 1174 up->status, up->maxsignal, nchar, up->burdist, k, in chu_a() 1178 up->status, nchar, up->burdist, k, up->syndist, in chu_a() 1183 nchar, up->burdist, k, up->syndist, temp); in chu_a()
|