Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c149 static bool increment_overflow(int *, int);
1260 || increment_overflow(&yearbeg1, 1) in tzparse()
1268 if (increment_overflow(&yearlim, YEARSPERREPEAT + 1)) in tzparse()
1304 if (increment_overflow(&yearlim, in tzparse()
1915 increment_overflow(int *ip, int j) in increment_overflow() function
1979 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
2112 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()