Searched refs:century (Results 1 – 1 of 1) sorted by relevance
50 u64 u64tmp, udays, century, year; in time64_to_tm() local108 century = div64_u64_rem(u64tmp, 146097, &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()