Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c167 static int increment_overflow32(int_fast32_t * number, int delta);
1681 increment_overflow32(int_fast32_t * const lp, int const m) in increment_overflow32() function
1729 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()
1782 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub()
1785 if (increment_overflow32(&y, -1)) in time2sub()
1793 if (increment_overflow32(&y, 1)) in time2sub()
1803 if (increment_overflow32(&y, 1)) in time2sub()
1807 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub()