Home | History | Annotate | Download | only in tzcode

Lines Matching full:year_lengths

645 static const int    year_lengths[2] = {
1050 newfirst += year_lengths[isleap(year)] *
1505 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1550 idays += year_lengths[isleap(y)];
1552 while (idays >= year_lengths[isleap(y)]) {
1553 idays -= year_lengths[isleap(y)];
1739 yourtm.tm_mday += year_lengths[isleap(li)];
1743 yourtm.tm_mday -= year_lengths[isleap(li)];