Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h188 #define BIG_SQR_VEC(r, a, len) \ macro
206 #define BIG_SQR_VEC(r, a, len) big_sqr_vec(r, a, len) macro
H A Dbignumimpl.c1635 BIG_SQR_VEC(t, a, alen); in big_mul()