Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dtime.h79 static _CONST int year_lengths[2] = { member
114 if (days < year_lengths[yleap])
117 days -= year_lengths[yleap];
126 days += year_lengths[yleap];
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c638 static const int year_lengths[2] = { variable
1022 yearsecs = (year_lengths[isleap(year)] in tzparse()
1457 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) { in timesub()
1502 idays += year_lengths[isleap(y)]; in timesub()
1504 while (idays >= year_lengths[isleap(y)]) { in timesub()
1505 idays -= year_lengths[isleap(y)]; in timesub()
1709 yourtm.tm_mday += year_lengths[isleap(li)]; in time2sub()
1713 yourtm.tm_mday -= year_lengths[isleap(li)]; in time2sub()