Searched refs:increment_overflow32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/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()
|
/aosp_15_r20/external/cronet/third_party/icu/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()
|
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | localtime.c | 1936 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function 1991 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32() 2066 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub() 2069 if (increment_overflow32(&y, -1)) in time2sub() 2077 if (increment_overflow32(&y, 1)) in time2sub() 2087 if (increment_overflow32(&y, 1)) in time2sub() 2095 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub() 2533 if (increment_overflow32(&offset, -EPOCH_OFFSET) in time()
|