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

/bionic/libc/tzcode/
H A Dlocaltime.c1620 register int idays; /* unsigned would be so 2003 */ local
1679 idays = tdays;
1683 --idays;
1687 ++idays;
1689 while (idays < 0) {
1692 idays += year_lengths[isleap(y)];
1694 while (idays >= year_lengths[isleap(y)]) {
1695 idays -= year_lengths[isleap(y)];
1702 tmp->tm_yday = idays;
1711 idays;
[all...]

Completed in 27 milliseconds