Searched refs:increment_overflow (Results 1 – 4 of 4) sorted by relevance
| /third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | localtime.c | 149 static int increment_overflow(int * number, int delta); 1471 if (increment_overflow(&newy, idelta)) in timesub() 1500 if (increment_overflow(&y, -1)) in timesub() 1506 if (increment_overflow(&y, 1)) in timesub() 1510 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1582 increment_overflow(int *const ip, int j) in increment_overflow() function 1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | localtime.c | 149 static int increment_overflow(int * number, int delta); 1471 if (increment_overflow(&newy, idelta)) in timesub() 1500 if (increment_overflow(&y, -1)) in timesub() 1506 if (increment_overflow(&y, 1)) in timesub() 1510 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1582 increment_overflow(int *const ip, int j) in increment_overflow() function 1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| D | localtime.c | 149 static int increment_overflow(int * number, int delta); 1471 if (increment_overflow(&newy, idelta)) in timesub() 1500 if (increment_overflow(&y, -1)) in timesub() 1506 if (increment_overflow(&y, 1)) in timesub() 1510 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1582 increment_overflow(int *const ip, int j) in increment_overflow() function 1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
| /third_party/tzdata/ |
| D | localtime.c | 159 static bool increment_overflow(int *, int); 1686 if (increment_overflow(&newy, idelta)) in timesub() 1708 if (increment_overflow(&y, -1)) in timesub() 1714 if (increment_overflow(&y, 1)) in timesub() 1718 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1795 increment_overflow(int *ip, int j) in increment_overflow() function 1847 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1957 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|