OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acceptable_slop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c
323
static l_fp
acceptable_slop
; /* = { 0, 1 << (FRACTION_PREC -2) }; */
variable
406
acceptable_slop
.l_ui = 0;
407
acceptable_slop
.l_uf = 1 << (FRACTION_PREC -2);
939
L_SUB(&diff, &
acceptable_slop
);
951
L_SUB(&diff, &
acceptable_slop
);
refclock_msfees.c
323
static l_fp
acceptable_slop
; /* = { 0, 1 << (FRACTION_PREC -2) }; */
variable
406
acceptable_slop
.l_ui = 0;
407
acceptable_slop
.l_uf = 1 << (FRACTION_PREC -2);
939
L_SUB(&diff, &
acceptable_slop
);
951
L_SUB(&diff, &
acceptable_slop
);
Completed in 32 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026