Searched refs:is_leap_year (Results 1 – 1 of 1) sorted by relevance
51 bool is_Jan_or_Feb, is_leap_year; in time64_to_tm() local117 is_leap_year = year_of_century ? !(year_of_century % 4) : !(century % 4); in time64_to_tm()133 day_of_year += is_Jan_or_Feb ? -306 : 31 + 28 + is_leap_year; in time64_to_tm()