Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1390 BIG_CHUNK_TYPE cy, cy1, retcy, dlow, dhigh; in big_mul_add_vec() local
1406 retcy = cy1 >> (BIG_CHUNK_SIZE / 2); in big_mul_add_vec()
1424 retcy = (cy >> (BIG_CHUNK_SIZE / 2)) + in big_mul_add_vec()
1425 dhigh * (a[len - 1] >> (BIG_CHUNK_SIZE / 2)) + retcy; in big_mul_add_vec()
1427 return (retcy); in big_mul_add_vec()
1476 uint32_t cy, cy1, retcy, dlow, dhigh; in big_mul_add_vec() local
1487 retcy = cy1 >> 16; in big_mul_add_vec()
1497 retcy = (cy >> 16) + dhigh * (a[len - 1] >> 16) + retcy; in big_mul_add_vec()
1499 return (retcy); in big_mul_add_vec()