Home | History | Annotate | Download | only in tzcode

Lines Matching refs:year_lengths

638 static const int	year_lengths[2] = {
1022 yearsecs = (year_lengths[isleap(year)]
1457 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1502 idays += year_lengths[isleap(y)];
1504 while (idays >= year_lengths[isleap(y)]) {
1505 idays -= year_lengths[isleap(y)];
1709 yourtm.tm_mday += year_lengths[isleap(li)];
1713 yourtm.tm_mday -= year_lengths[isleap(li)];