Home
last modified time | relevance | path

Searched defs:BIG_MUL_VEC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h186 #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