Home | History | Annotate | Download | only in tzcode

Lines Matching refs:leaps_thru_end_of

166 static int      leaps_thru_end_of(int y) ATTRIBUTE_PURE;
1456 leaps_thru_end_of(register const int y)
1459 -(leaps_thru_end_of(-(y + 1)) + 1);
1519 leapdays = leaps_thru_end_of(newy - 1) -
1520 leaps_thru_end_of(y - 1);
1565 leaps_thru_end_of(y - 1) -
1566 leaps_thru_end_of(EPOCH_YEAR - 1) +