Searched refs:END_OF_JULY_LEAP (Results 1 – 1 of 1) sorted by relevance
30 #define END_OF_JULY_LEAP 213 //31+29+... macro265 else if( days < END_OF_JULY_LEAP ) in CalendarGetMonth()271 month = CalendarDiv61( ( days - END_OF_JULY_LEAP ) * 2 ) + 7; in CalendarGetMonth()