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

/bionic/libc/tzcode/
H A Dlocaltime.c703 static const int year_lengths[2] = { variable
1122 newfirst += year_lengths[isleap(year)] *
1592 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1636 idays += year_lengths[isleap(y)];
1638 while (idays >= year_lengths[isleap(y)]) {
1639 idays -= year_lengths[isleap(y)];
1842 yourtm.tm_mday += year_lengths[isleap(li)];
1846 yourtm.tm_mday -= year_lengths[isleap(li)];

Completed in 19 milliseconds