Searched refs:_W1 (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_fast_mp_montgomery_reduce.c | 119 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local 124 _W1 = W + ix; in fast_mp_montgomery_reduce() 130 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 2774 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local 2779 _W1 = W + ix; in fast_mp_montgomery_reduce() 2785 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 2774 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local 2779 _W1 = W + ix; in fast_mp_montgomery_reduce() 2785 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 323 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local 328 _W1 = W + ix; in fast_mp_montgomery_reduce() 334 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 412 double _W1[9*3], _W2[3*3]; in cvComposeRT() local 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2); in cvComposeRT()
|