Home | History | Annotate | Download | only in tls

Lines Matching refs:_W

2431   register mp_word  _W;
2444 _W = 0;
2465 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2470 W[ix] = ((mp_digit)_W) & MP_MASK;
2473 _W = _W >> ((mp_word)DIGIT_BIT);
2720 register mp_word *_W;
2724 _W = W;
2731 *_W++ = *tmpx++;
2736 *_W++ = 0;
2770 register mp_word *_W;
2776 _W = W + ix;
2780 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
2794 register mp_word *_W, *_W1;
2802 _W = W + ++ix;
2805 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
2819 _W = W + n->used;
2822 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
3276 mp_word _W;
3280 _W = 0;
3303 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
3307 _W = _W + _W + W1;
3311 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
3315 W[ix] = (mp_digit)(_W & MP_MASK);
3318 W1 = _W >> ((mp_word)DIGIT_BIT);