Searched refs:increment_overflow32 (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 153 static int increment_overflow32(int_fast32_t * number, int delta); 1601 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function 1649 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32() 1705 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub() 1708 if (increment_overflow32(&y, -1)) in time2sub() 1716 if (increment_overflow32(&y, 1)) in time2sub() 1726 if (increment_overflow32(&y, 1)) in time2sub() 1730 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 151 static int increment_overflow32(int_fast32_t * number, int delta); 1599 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function 1647 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32() 1703 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub() 1706 if (increment_overflow32(&y, -1)) in time2sub() 1714 if (increment_overflow32(&y, 1)) in time2sub() 1724 if (increment_overflow32(&y, 1)) in time2sub() 1728 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub()
|
/third_party/tzdata/ |
H A D | localtime.c | 1864 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function 1919 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32() 1994 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub() 1997 if (increment_overflow32(&y, -1)) in time2sub() 2005 if (increment_overflow32(&y, 1)) in time2sub() 2015 if (increment_overflow32(&y, 1)) in time2sub() 2023 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub() 2463 if (increment_overflow32(&offset, -EPOCH_OFFSET) in time()
|
Completed in 9 milliseconds