Searched refs:udays (Results 1 – 1 of 1) sorted by relevance
50 u64 u64tmp, udays, century, year; in time64_to_tm() local105 udays = ((u64) days) + 2305843009213814918ULL; in time64_to_tm()107 u64tmp = 4 * udays + 3; in time64_to_tm()