Home | History | Annotate | Download | only in tls

Lines Matching refs:_W

2412   register mp_word  _W;
2425 _W = 0;
2446 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2451 W[ix] = ((mp_digit)_W) & MP_MASK;
2454 _W = _W >> ((mp_word)DIGIT_BIT);
2700 register mp_word *_W;
2704 _W = W;
2711 *_W++ = *tmpx++;
2716 *_W++ = 0;
2750 register mp_word *_W;
2756 _W = W + ix;
2760 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
2774 register mp_word *_W, *_W1;
2782 _W = W + ++ix;
2785 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
2799 _W = W + n->used;
2802 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
3256 mp_word _W;
3260 _W = 0;
3283 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
3287 _W = _W + _W + W1;
3291 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
3295 W[ix] = (mp_digit)(_W & MP_MASK);
3298 W1 = _W >> ((mp_word)DIGIT_BIT);