Searched refs:dse (Results 1 – 1 of 1) sorted by relevance
1372 long dse, day, month, year; in utc_to_tod() local1391 dse = utc / 86400; /* days since epoch */ in utc_to_tod()1396 tod.tod_dow = (dse + 4) % 7 + 1; /* epoch was a Thursday */ in utc_to_tod()1398 year = dse / 365 + 72; /* first guess -- always a bit too large */ in utc_to_tod()1401 day = dse - 365 * (year - 70) - ((year - 69) >> 2); in utc_to_tod()