Searched refs:adjoffset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c76 uint32_t adjoffset; /* Absolute time offset for this adjustment period as absolute value */ member in struct:clock_calend
238 if (t32 > clock_calend.adjoffset)
239 now -= clock_calend.adjoffset;
284 if (t32 > clock_calend.adjoffset)
285 now -= clock_calend.adjoffset;
335 if (t32 > clock_calend.adjoffset)
336 now -= clock_calend.adjoffset;
557 clock_calend.adjoffset = t64;
569 clock_calend.adjoffset = t64;
632 clock_calend.offset += clock_calend.adjoffset;
[all...]

Completed in 21 milliseconds