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

/system/core/libcutils/
H A Dtztime.c188 static int leaps_thru_end_of P((int y));
1392 leaps_thru_end_of(y) function
1396 -(leaps_thru_end_of(-(y + 1)) + 1);
1462 leapdays = leaps_thru_end_of(newy - 1) -
1463 leaps_thru_end_of(y - 1);
1508 leaps_thru_end_of(y - 1) -
1509 leaps_thru_end_of(EPOCH_YEAR - 1) +

Completed in 7 milliseconds