Home
last modified time | relevance | path

Searched refs:udays (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rtc/
H A Dlib.c57 u32 u32tmp, udays, century, day_of_century, year_of_century, year, in rtc_time64_to_tm() local
72 udays = div_s64_rem(time, 86400, &secs); in rtc_time64_to_tm()
78 tm->tm_wday = (udays + 3) % 7; in rtc_time64_to_tm()
110 u32tmp = 4 * udays + 3; in rtc_time64_to_tm()
/linux/kernel/time/
H A Dtimeconv.c50 u64 u64tmp, udays, century, year; in time64_to_tm() local
105 udays = ((u64) days) + 2305843009213814918ULL; in time64_to_tm()
107 u64tmp = 4 * udays + 3; in time64_to_tm()