Searched refs:isleap_sum (Results 1 – 4 of 4) sorted by relevance
173 #define isleap_sum(a, b) isleap((a) % 400 + (b) % 400) macro
453 len = isleap_sum(year, base) ? in _fmt()482 yday += isleap_sum(year, base) ? in _fmt()
790 #define isleap_sum(a, b) isleap((a) % 400 + (b) % 400) macro
360 len = isleap_sum(year, base) ? in _fmt()385 yday += isleap_sum(year, base) ? in _fmt()