Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h955 #define SECSPERREPEAT ((int_fast64_t) DAYSPERREPEAT * SECSPERDAY) macro
956 #define AVGSECSPERYEAR (SECSPERREPEAT / YEARSPERREPEAT)
Dlocaltime.c727 if (sp->ats[0] <= TIME_T_MAX - SECSPERREPEAT) { in tzloadbody()
728 time_t repeatat = sp->ats[0] + SECSPERREPEAT; in tzloadbody()
737 if (TIME_T_MIN + SECSPERREPEAT <= sp->ats[sp->timecnt - 1]) { in tzloadbody()
738 time_t repeatat = sp->ats[sp->timecnt - 1] - SECSPERREPEAT; in tzloadbody()
1590 years = seconds / SECSPERREPEAT * YEARSPERREPEAT; in localsub()
1594 newt = t + seconds + SECSPERREPEAT; in localsub()
1596 newt = t - seconds - SECSPERREPEAT; in localsub()