Searched refs:offcompare (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c353 static int offcompare P((const void *va, const void *vb));
1225 /* offcompare - auxiliary comparison routine for offset sort */
1228 offcompare( function
1282 qsort(coffs, (size_t)samples, sizeof(coffs[0]), offcompare); local

Completed in 207 milliseconds