Searched refs:add_cout (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 181 #define add_cout(carry, c, a, b) add((carry), (c), (a), (b)) macro 2231 add_cout(carry, c[0], a[0], b[0]); 2244 add_cout(carry, c[0], a[0], b); in add_n_1()
|