OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clock_adjust
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdate/
ntpdate.c
210
static int
clock_adjust
(void);
653
return
clock_adjust
();
1260
*
clock_adjust
- process what we've received, and adjust the time
1264
clock_adjust
(void)
function
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
192
static long
clock_adjust
= 0; /* current adjustment value (usec * 2^USECSCALE) */
variable
1068
clock_adjust
= 0;
1075
clock_adjust
= R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */
1093
LPRINTF("
clock_adjust
: %s,
clock_adjust
%ld, drift_comp %ld(%ld) ",
1094
pr_timeval(offset),(long int) R_SHIFT(
clock_adjust
, USECSCALE),
1110
adjustment = R_SHIFT(
clock_adjust
, PHASE_WEIGHT);
1112
clock_adjust
-= adjustment;
Completed in 16 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026