Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c730 static const int year_lengths[2] = { variable
1113 yearsecs = (year_lengths[isleap(year)] in tzparse()
1626 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) { in timesub()
1664 idays += year_lengths[isleap(y)]; in timesub()
1666 while (idays >= year_lengths[isleap(y)]) { in timesub()
1667 idays -= year_lengths[isleap(y)]; in timesub()
1876 yourtm.tm_mday += year_lengths[isleap(li)]; in time2sub()
1880 yourtm.tm_mday -= year_lengths[isleap(li)]; in time2sub()