Searched refs:BIG_MUL_VEC (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/bignum/ |
H A D | bignum.h | 186 #define BIG_MUL_VEC(r, a, alen, b, blen) \ macro 205 #define BIG_MUL_VEC(r, a, alen, b, blen) big_mul_vec(r, a, alen, b, blen) macro
|
H A D | bignumimpl.c | 1637 BIG_MUL_VEC(t, a, alen, b, blen); in big_mul()
|