Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dtzfile.h150 #define EPOCH_YEAR 1970 macro
Dlocaltime.c1028 yearlim = EPOCH_YEAR + YEARSPERREPEAT; in tzparse()
1029 for (year = EPOCH_YEAR; year < yearlim; year++) { in tzparse()
1500 y = EPOCH_YEAR; in timesub()
1563 ((y - EPOCH_YEAR) % DAYSPERWEEK) * in timesub()
1566 leaps_thru_end_of(EPOCH_YEAR - 1) + in timesub()
1780 else if (y + TM_YEAR_BASE < EPOCH_YEAR) { in time2sub()