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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c93 struct clock_calend calend; /* copy of calendar */ member in struct:unlocked_clock_calend
844 if (stable.calend.adjdelta < 0) {
847 if (now > stable.calend.adjstart) {
848 t32 = now - stable.calend.adjstart;
850 if (t32 > stable.calend.adjoffset)
851 now -= stable.calend.adjoffset;
853 now = stable.calend.adjstart;
857 now += stable.calend.offset;
862 *secs += stable.calend.epoch;
881 flipflop[i].calend
[all...]

Completed in 21 milliseconds