Home
last modified time | relevance | path

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

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