Home | History | Annotate | Download | only in tls

Lines Matching refs:_W

2420   register mp_word  _W;
2433 _W = 0;
2454 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2459 W[ix] = ((mp_digit)_W) & MP_MASK;
2462 _W = _W >> ((mp_word)DIGIT_BIT);
2708 register mp_word *_W;
2712 _W = W;
2719 *_W++ = *tmpx++;
2724 *_W++ = 0;
2758 register mp_word *_W;
2764 _W = W + ix;
2768 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
2782 register mp_word *_W, *_W1;
2790 _W = W + ++ix;
2793 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
2807 _W = W + n->used;
2810 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
3264 mp_word _W;
3268 _W = 0;
3291 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
3295 _W = _W + _W + W1;
3299 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
3303 W[ix] = (mp_digit)(_W & MP_MASK);
3306 W1 = _W >> ((mp_word)DIGIT_BIT);