Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/time/
Dtimeconv.c49 u32 u32tmp, day_of_century, year_of_century, day_of_year, month, day; in time64_to_tm() local
109 day_of_century = (u32) (u64tmp / 4); in time64_to_tm()
111 u32tmp = 4 * day_of_century + 3; in time64_to_tm()
/linux-5.19.10/drivers/rtc/
Dlib.c58 u32 u32tmp, udays, century, day_of_century, year_of_century, year, in rtc_time64_to_tm() local
100 day_of_century = u32tmp % 146097 / 4; in rtc_time64_to_tm()
102 u32tmp = 4 * day_of_century + 3; in rtc_time64_to_tm()