Home
last modified time | relevance | path

Searched refs:_W1 (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtommath/
Dbn_fast_mp_montgomery_reduce.c119 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/
Dlibtommath.c2774 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/
Dlibtommath.c2774 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/
Dmpi.c323 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/
Dcvcalibration.cpp412 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()