Home | History | Annotate | Download | only in tzcode

Lines Matching refs:leaps_thru_end_of

167 static int      leaps_thru_end_of(int y) ATTRIBUTE_PURE;
1453 leaps_thru_end_of(register const int y)
1456 -(leaps_thru_end_of(-(y + 1)) + 1);
1520 leapdays = leaps_thru_end_of(newy - 1) -
1521 leaps_thru_end_of(y - 1);
1567 leaps_thru_end_of(y - 1) -
1568 leaps_thru_end_of(EPOCH_YEAR - 1) +