Home | History | Annotate | Download | only in tzcode

Lines Matching refs:year_lengths

730 static const int	year_lengths[2] = {
1113 yearsecs = (year_lengths[isleap(year)]
1626 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1664 idays += year_lengths[isleap(y)];
1666 while (idays >= year_lengths[isleap(y)]) {
1667 idays -= year_lengths[isleap(y)];
1876 yourtm.tm_mday += year_lengths[isleap(li)];
1880 yourtm.tm_mday -= year_lengths[isleap(li)];