Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c2001 increment_overflow32(int_fast32_t *const lp, int const m) in increment_overflow32() function
2056 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()
2131 if (increment_overflow32(&y, TM_YEAR_BASE)) in time2sub()
2134 if (increment_overflow32(&y, -1)) in time2sub()
2142 if (increment_overflow32(&y, 1)) in time2sub()
2152 if (increment_overflow32(&y, 1)) in time2sub()
2160 if (increment_overflow32(&y, -TM_YEAR_BASE)) in time2sub()
2605 if (increment_overflow32(&offset, -EPOCH_OFFSET) in time()