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

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.c96 struct clock_calend calend; /* copy of calendar */ member in struct:unlocked_clock_calend
956 if (stable.calend.adjdelta < 0) {
959 if (now > stable.calend.adjstart) {
960 t32 = (uint32_t)(now - stable.calend.adjstart);
962 if (t32 > stable.calend.adjoffset)
963 now -= stable.calend.adjoffset;
965 now = stable.calend.adjstart;
969 now += stable.calend.offset;
974 *secs += (clock_sec_t)stable.calend.epoch;
993 flipflop[i].calend
[all...]

Completed in 24 milliseconds