Searched defs:leaps_thru_end_of (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c224 static int leaps_thru_end_of P((int y));
1537 leaps_thru_end_of(y) function
1541 -(leaps_thru_end_of(-(y + 1)) + 1);
1607 leapdays = leaps_thru_end_of(newy - 1) -
1608 leaps_thru_end_of(y - 1);
1653 leaps_thru_end_of(y - 1) -
1654 leaps_thru_end_of(EPOCH_YEAR - 1) +

Completed in 8 milliseconds