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_6/wpa_supplicant/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/opencore/engines/author/test/src/
test_pv_author_engine_logger.cpp 47 #define _W(x) _STRLIT_WCHAR(x)
  /external/wpa_supplicant/
libtommath.c     [all...]
  /external/opencore/engines/author/test/test_input/
amrwbtestinput.awb 226 _W?mTð,??k??kC=0??)?J?????;-?n,t???t??d?+? ??,???Y???~2?h?_ ??|?>???F????d{??cp??2b?>??,??@?wB G ??O??xp?$?)DK?! @??w+??x???9??,????jG???G?1?}:?XO-?h6?Y???????a???,?,?a ;?4 @?J?`?(l?z??w9??lL?Pi#Jc???-n?_?<??(,?as?<????2?Z??ap?????i?N??^???R?09??z,?_???#?????5?6??[s???a??A@66??;?@?L?!??,?}?1/??(??z?3?7?|@u??_pi$?n3?e?oQ??&?H,?`?k???Im>yqrv2{??H?'?8lj?Q??A??????@<?#??,?8?M??0?Dig????rl'??+?N0??~ ??/??^???[,???7??????46???]?a???-i?W?0?7R????t???H,?G?<+??%??%??^????Wq?cT?Z???>?K??'Nz8.?_@,?+QL5)???0?2@}?)?.EH?:?'&?D???E?U?
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 291 p(? ?X?????H ???xJ3LT;???XB???`??.d????&u??-?Fy??]?[Q???]??f?rs??[C????z<???p???g??0_w?
604 )?Kr?L???kf8????$AOvu|w??_w??<????
    [all...]

Completed in 193 milliseconds