Searched refs:ckd_add (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 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() [all …]
|
D | private.h | 447 # define ckd_add(r, a, b) __builtin_add_overflow(a, b, r) macro 456 # define ckd_add(r, a, b) __builtin_add_overflow(a, b, r) macro
|