HomeSort by relevance Sort by last modified time
    Searched refs:_W (Results 1 - 10 of 10) sorted by null

  /external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c 45 register mp_word *_W;
49 _W = W;
56 *_W++ = *tmpx++;
61 *_W++ = 0;
95 register mp_word *_W;
101 _W = W + ix;
105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
119 register mp_word *_W, *_W1;
127 _W = W + ++ix;
130 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT)
    [all...]
bn_fast_s_mp_sqr.c 46 mp_word _W;
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);
bn_fast_s_mp_mul_digs.c 38 register mp_word _W;
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);
bn_fast_s_mp_mul_high_digs.c 31 mp_word _W;
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);
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 249 register mp_word *_W;
253 _W = W;
260 *_W++ = *tmpx++;
265 *_W++ = 0;
299 register mp_word *_W;
305 _W = W + ix;
309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
323 register mp_word *_W, *_W1;
331 _W = W + ++ix;
334 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT)
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 614 CvMat _W = cvMat( 3, 1, CV_64F, W );
631 cvSVD( &_R, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );
    [all...]
cvfundam.cpp 452 CvMat _W = cvMat( 9, 9, CV_64F, W );
497 cvSVD( &_LtL, &_W, 0, &_V, CV_SVD_MODIFY_A + CV_SVD_V_T );
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 173 :e>?????????o????{g???7q?=?gI@]?ga??G??v????/???@@?]??"???????-??<???~???+*<??QO?zu??;=?}??C?D?L=MP?v????]??FO??+q???=????^?@???;???@???t??^???f?Y1?F?]?C`?xe?_??kcC??vW??tGH?V??} ??93?7??q?%??N??B??E???{x???.|}?y??!O???*? ?B{E??\'?k??{??u?_W?J#?5??}?x(?P<4`??=?n
    [all...]
voice.rtpdump 2 4??[`????9,?4???pj????????????????????????????????????????????????nH8@HHKELK`bkW[a|mnla??rr}???fk????????????????????????????mw?????rbel???wfk???????vi`r??_W`p???hnt???|???niid????9-?4????pjla^cykcf????m^^[]\^nj]Y??????????????n?????????????q???|_]ai???ovll^__nm[Xb???c_j???????????????vaYd~?igoy?l^_phldxn_WWf???????????k????|nhg?qaVS^uxfcj??????????%?9.?4?*??pj?????o?????y?????????kin???mt???]Xaw??tx???????wkz?rmg[dd`\_lgi`fbft~?l?r~????{t??o`_j???????ko???li?k?????~fgkltdhgkokp???rce?xzl{|dfm???zefx}?lymytxp?v????????:?9/?4???pj??????????????zz????gl???vlq???objqikpj?{nc`}??hi??|?}?~????????????????~????~??~~???????????{z|z{??xt||wrz?{t||vry???~????????|}????xqx??z??O?90?4?j??pjos|?~{~~?w??????????vxmz|{swr??zwktx?~yu????{{yyqyoz{??}??~z}??|tkq????~??xvp???krn?????????}?{|???????~?pov?????~}mphwr????vpoptuu??????????zo?????lfdt??td_bjl??e?91?4?
    [all...]

Completed in 261 milliseconds