Home
last modified time | relevance | path

Searched refs:isleap_sum (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/tzcode/
Dtzfile.h173 #define isleap_sum(a, b) isleap((a) % 400 + (b) % 400) macro
Dstrftime.c453 len = isleap_sum(year, base) ? in _fmt()
482 yday += isleap_sum(year, base) ? in _fmt()
Dprivate.h790 #define isleap_sum(a, b) isleap((a) % 400 + (b) % 400) macro
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c360 len = isleap_sum(year, base) ? in _fmt()
385 yday += isleap_sum(year, base) ? in _fmt()