Home
last modified time | relevance | path

Searched refs:leaps_thru_end_of (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c1580 leaps_thru_end_of(register const int y) in leaps_thru_end_of() function
1583 -(leaps_thru_end_of(-(y + 1)) + 1); in leaps_thru_end_of()
1642 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1643 leaps_thru_end_of(y - 1); in timesub()
1681 leaps_thru_end_of(y - 1) - in timesub()
1682 leaps_thru_end_of(EPOCH_YEAR - 1) + in timesub()