Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c349 static void dump_buf P((l_fp *coffs, int from, int to, char *text));
372 l_fp *coffs, in dump_buf() argument
390 " %06d", ((int)coffs[i].l_f) / 4295); in dump_buf()
1248 register l_fp *coffs = ees->codeoffsets; in ees_process() local
1279 dump_buf(coffs, 0, samples, "Raw data is:"); in ees_process()
1282 qsort(coffs, (size_t)samples, sizeof(coffs[0]), offcompare); in ees_process()
1293 tmp = coffs[(noff + i)/2]; in ees_process()
1295 L_SUB(&tmp, &coffs[i]); in ees_process()
1296 L_SUB(&tmp, &coffs[noff-1]); in ees_process()
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:"); in ees_process()
[all …]