Home
last modified time | relevance | path

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

/kernel/time/
Dtimeconv.c49 u32 u32tmp, day_of_century, year_of_century, day_of_year, month, day; in time64_to_tm() local
113 year_of_century = upper_32_bits(u64tmp); in time64_to_tm()
116 year = 100 * century + year_of_century; in time64_to_tm()
117 is_leap_year = year_of_century ? !(year_of_century % 4) : !(century % 4); in time64_to_tm()