Lines Matching refs:ckd_add
1603 #if defined ckd_add && defined ckd_sub in localsub()
1607 : ckd_add(&result->tm_year, in localsub()
1847 #ifdef ckd_add in timesub()
1848 if (ckd_add(&tmp->tm_year, y, -TM_YEAR_BASE)) { in timesub()
1917 #ifdef ckd_add in increment_overflow()
1918 return ckd_add(ip, *ip, j); in increment_overflow()
1938 #ifdef ckd_add in increment_overflow32()
1939 return ckd_add(lp, *lp, m); in increment_overflow32()
1953 #ifdef ckd_add in increment_overflow_time()
1954 return ckd_add(tp, *tp, j); in increment_overflow_time()
2091 #ifdef ckd_add in time2sub()
2092 if (ckd_add(&yourtm.tm_year, y, -TM_YEAR_BASE)) in time2sub()