ua_ 152 source4/heimdal/lib/hcrypto/imath/imath.c do{mp_size ua_=MP_USED(X),ub_=MP_USED(Y);mp_size o_=ua_+ub_;\ ua_ 154 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(MP_DIGITS(X),MP_DIGITS(Y),MP_DIGITS(Z),ua_,ub_);\ ua_ 160 source4/heimdal/lib/hcrypto/imath/imath.c do{mp_size ua_=MP_USED(X),o_=ua_+ua_;ZERO(MP_DIGITS(Z),o_);\ ua_ 161 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_ksqr(MP_DIGITS(X),MP_DIGITS(Z),ua_);MP_USED(Z)=o_;CLAMP(Z);}while(0)