Lines Matching refs:ckd_add
1579 #if defined ckd_add && defined ckd_sub in localsub()
1583 : ckd_add(&result->tm_year, in localsub()
1902 #ifdef ckd_add in timesub()
1903 if (ckd_add(&tmp->tm_year, y, -TM_YEAR_BASE)) { in timesub()
1972 #ifdef ckd_add in increment_overflow()
1973 return ckd_add(ip, *ip, j); in increment_overflow()
1993 #ifdef ckd_add in increment_overflow32()
1994 return ckd_add(lp, *lp, m); in increment_overflow32()
2008 #ifdef ckd_add in increment_overflow_time()
2009 return ckd_add(tp, *tp, j); in increment_overflow_time()
2146 #ifdef ckd_add in time2sub()
2147 if (ckd_add(&yourtm.tm_year, y, -TM_YEAR_BASE)) in time2sub()