Searched defs:_W (Results 1 - 11 of 11) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_fast_mp_montgomery_reduce.c45 register mp_word *_W; local
49 _W = W;
56 *_W++ = *tmpx++;
61 *_W++ = 0;
95 register mp_word *_W; local
101 _W = W + ix;
105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
119 register mp_word *_W, *_W1; local
127 _W = W + ++ix;
130 *_W
[all...]
H A Dbn_fast_s_mp_mul_digs.c38 register mp_word _W; local
51 _W = 0;
72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
77 W[ix] = ((mp_digit)_W) & MP_MASK;
80 _W = _W >> ((mp_word)DIGIT_BIT);
H A Dbn_fast_s_mp_mul_high_digs.c31 mp_word _W; local
43 _W = 0;
63 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
67 W[ix] = ((mp_digit)_W) & MP_MASK;
70 _W = _W >> ((mp_word)DIGIT_BIT);
H A Dbn_fast_s_mp_sqr.c46 mp_word _W; local
50 _W = 0;
73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
77 _W = _W + _W + W1;
81 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
85 W[ix] = (mp_digit)(_W & MP_MASK);
88 W1 = _W >> ((mp_word)DIGIT_BIT);
/external/opencv/cv/src/
H A Dcvcalibration.cpp614 CvMat _W = cvMat( 3, 1, CV_64F, W ); local
631 cvSVD( &_R, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );
1150 CvMat _W = cvMat( 3, 1, CV_64F, W );
1186 cvSVD( &_MM, &_W, 0, &_V, CV_SVD_MODIFY_A + CV_SVD_V_T );
1278 cvSVD( &_RR, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );
H A Dcvfundam.cpp452 CvMat _W = cvMat( 9, 9, CV_64F, W ); local
497 cvSVD( &_LtL, &_W, 0, &_V, CV_SVD_MODIFY_A + CV_SVD_V_T );
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c2412 register mp_word _W; local
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; local
2704 _W = W;
2711 *_W++ = *tmpx++;
2716 *_W
2750 register mp_word *_W; local
2774 register mp_word *_W, *_W1; local
3256 mp_word _W; local
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c2420 register mp_word _W; local
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; local
2712 _W = W;
2719 *_W++ = *tmpx++;
2724 *_W
2758 register mp_word *_W; local
2782 register mp_word *_W, *_W1; local
3264 mp_word _W; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c2420 register mp_word _W; local
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; local
2712 _W = W;
2719 *_W++ = *tmpx++;
2724 *_W
2758 register mp_word *_W; local
2782 register mp_word *_W, *_W1; local
3264 mp_word _W; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c2420 register mp_word _W; local
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; local
2712 _W = W;
2719 *_W++ = *tmpx++;
2724 *_W
2758 register mp_word *_W; local
2782 register mp_word *_W, *_W1; local
3264 mp_word _W; local
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c249 register mp_word *_W; local
253 _W = W;
260 *_W++ = *tmpx++;
265 *_W++ = 0;
299 register mp_word *_W; local
305 _W = W + ix;
309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
323 register mp_word *_W, *_W1; local
331 _W = W + ++ix;
334 *_W
418 register mp_word _W; local
522 mp_word _W; local
639 mp_word _W; local
[all...]

Completed in 461 milliseconds