Searched refs:COUNT_LEAPS (Results 1 – 1 of 1) sorted by relevance
92 #define COUNT_LEAPS(Y) (((Y)-1) / 4 - ((Y)-1) / 100 + ((Y)-1) / 400) macro93 #define COUNT_DAYS(Y) (((Y)-1) * 365 + COUNT_LEAPS(Y))