Searched refs:IS_LEAP_YEAR (Results 1 – 1 of 1) sorted by relevance
29 #define IS_LEAP_YEAR(x) ((x % 4 == 0 && x % 100 != 0) || x % 400 == 0) macro77 if (IS_LEAP_YEAR(year)) { in ras_core_convert_timestamp_to_time()87 days_in_month[1] += IS_LEAP_YEAR(year); in ras_core_convert_timestamp_to_time()