Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c1789 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function
1836 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()
1893 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub()
1896 if (increment_overflow32(&y, -1)) in time2sub()
1904 if (increment_overflow32(&y, 1)) in time2sub()
1914 if (increment_overflow32(&y, 1)) in time2sub()
1918 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub()