Home
last modified time | relevance | path

Searched refs:_W (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_fast_mp_montgomery_reduce.c47 register mp_word *_W; in fast_mp_montgomery_reduce() local
51 _W = W; in fast_mp_montgomery_reduce()
58 *_W++ = *tmpx++; in fast_mp_montgomery_reduce()
63 *_W++ = 0; in fast_mp_montgomery_reduce()
97 register mp_word *_W; in fast_mp_montgomery_reduce() local
103 _W = W + ix; in fast_mp_montgomery_reduce()
107 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
121 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local
129 _W = W + ++ix; in fast_mp_montgomery_reduce()
132 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
[all …]
Dbn_fast_s_mp_sqr.c48 mp_word _W; in fast_s_mp_sqr() local
52 _W = 0; in fast_s_mp_sqr()
75 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_sqr()
79 _W = _W + _W + W1; in fast_s_mp_sqr()
83 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]); in fast_s_mp_sqr()
87 W[ix] = (mp_digit)(_W & MP_MASK); in fast_s_mp_sqr()
90 W1 = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_sqr()
Dbn_fast_s_mp_mul_digs.c40 register mp_word _W; in fast_s_mp_mul_digs() local
53 _W = 0; in fast_s_mp_mul_digs()
74 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()
79 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()
82 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()
Dbn_fast_s_mp_mul_high_digs.c33 mp_word _W; in fast_s_mp_mul_high_digs() local
45 _W = 0; in fast_s_mp_mul_high_digs()
65 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()
69 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_high_digs()
72 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_high_digs()
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dlibtommath.c2422 register mp_word _W; in fast_s_mp_mul_digs() local
2435 _W = 0; in fast_s_mp_mul_digs()
2457 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()
2462 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()
2465 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()
2712 register mp_word *_W; in fast_mp_montgomery_reduce() local
2716 _W = W; in fast_mp_montgomery_reduce()
2723 *_W++ = *tmpx++; in fast_mp_montgomery_reduce()
2728 *_W++ = 0; in fast_mp_montgomery_reduce()
2762 register mp_word *_W; in fast_mp_montgomery_reduce() local
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/
Dbignum.c2298 mp_word _W; in fast_s_mp_mul_digs() local
2311 _W = 0; in fast_s_mp_mul_digs()
2332 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()
2337 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()
2340 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()
2492 mp_word _W; in fast_s_mp_mul_high_digs() local
2504 _W = 0; in fast_s_mp_mul_high_digs()
2524 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()
2528 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_high_digs()
2531 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_high_digs()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dbignum.c2257 mp_word _W; in fast_col_array_multiply() local
2270 _W = 0; in fast_col_array_multiply()
2291 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_col_array_multiply()
2296 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_col_array_multiply()
2299 _W = _W >> ((mp_word)DIGIT_BIT); in fast_col_array_multiply()
2454 mp_word _W; in fast_basic_multiply_partial_upper() local
2466 _W = 0; in fast_basic_multiply_partial_upper()
2486 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_basic_multiply_partial_upper()
2490 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_basic_multiply_partial_upper()
2493 _W = _W >> ((mp_word)DIGIT_BIT); in fast_basic_multiply_partial_upper()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20052536 (ignore (streamsize)): Remove _W prefixed aliases.