Searched defs:days_per_year (Results 1 – 2 of 2) sorted by relevance
88 days_per_year(uint64_t year) in days_per_year() function
335 #define days_per_year(x) ((x) % 4 ? 365 : ((x % 400) ? ((x % 100) ? 366 : 365) : 366)) in main() macro