Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c160 static bool increment_overflow(int *, int);
1261 || increment_overflow(&yearbeg1, 1) in tzparse()
1269 if (increment_overflow(&yearlim, YEARSPERREPEAT + 1)) in tzparse()
1305 if (increment_overflow(&yearlim, in tzparse()
1910 increment_overflow(int *ip, int j) in increment_overflow() function
1962 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
2072 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()