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

/bionic/libc/tzcode/
H A Dlocaltime.c154 static bool increment_overflow(int *, int);
1640 if (increment_overflow(&newy, idelta))
1662 if (increment_overflow(&y, -1))
1668 if (increment_overflow(&y, 1))
1672 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1749 increment_overflow(int *ip, int j) function
1801 return increment_overflow(tensptr, tensdelta);
1911 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))

Completed in 60 milliseconds