OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:samplereduce
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c
201
/* Limits on things. Reduce the number of samples to
SAMPLEREDUCE
by median
207
#define REDUCESHIFT (FULLSHIFT -1) /*
SAMPLEREDUCE
root 2 */
210
#define BESTSAMPLE ((
samplereduce
* 3) /4) /* 24 */
1256
int
samplereduce
= (samples + 1) / 2;
local
1268
samplereduce
= (1 << samplelog);
1273
msyslog(LOG_ERR, "Samples=%d (%d),
samplereduce
=%d ....",
1274
samples, last_samples,
samplereduce
);
1288
while ((noff - i) >
samplereduce
) {
Completed in 51 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026