OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c
410
unsigned int i, lowmax,
highmax
, cutoff, span;
local
470
highmax
= 0;
476
highmax
+= histbuf[i];
481
lowmax +=
highmax
/ 2;
483
if (
highmax
)
485
lowmax /=
highmax
;
492
highmax
= 0;
497
highmax
+=histbuf[i] * i;
505
highmax
/= cutoff;
509
highmax
= BITS-1
[
all
...]
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
538
register unsigned int i, lowmax,
highmax
, cutoff, span;
local
624
highmax
= 0; /* bitcount */
633
highmax
+= histbuf[i];
641
lowmax +=
highmax
/ 2;
648
if (
highmax
)
650
lowmax /=
highmax
;
657
highmax
= 0; /* weighted sum of upper bits counts */
665
highmax
+=histbuf[i] * i;
676
highmax
/= cutoff;
680
highmax
= BITS-1
[
all
...]
Completed in 14 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026