Home | History | Annotate | Download | only in tzcode

Lines Matching full:year_lengths

659 static const int    year_lengths[2] = {
1078 newfirst += year_lengths[isleap(year)] *
1555 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1599 idays += year_lengths[isleap(y)];
1601 while (idays >= year_lengths[isleap(y)]) {
1602 idays -= year_lengths[isleap(y)];
1805 yourtm.tm_mday += year_lengths[isleap(li)];
1809 yourtm.tm_mday -= year_lengths[isleap(li)];