Home
last modified time | relevance | path

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

/kernel/time/
Dtimeconv.c51 bool is_Jan_or_Feb, is_leap_year; in time64_to_tm() local
127 is_Jan_or_Feb = day_of_year >= 306; in time64_to_tm()
130 year = year + is_Jan_or_Feb - 6313183731940000ULL; in time64_to_tm()
131 month = is_Jan_or_Feb ? month - 12 : month; in time64_to_tm()
133 day_of_year += is_Jan_or_Feb ? -306 : 31 + 28 + is_leap_year; in time64_to_tm()