Home
last modified time | relevance | path

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

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