Searched refs:w4 (Results 1 - 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
H A Dskipjack.c92 w1 = tmp ^ w4 ^ x; \
93 w4 = w3; w3 = w2; \
98 tmp1 = w4; w4 = w3; \
105 w2 = w3; w3 = w4; w4 = tmp;
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
160 w4
213 unsigned w1,w2,w3,w4,tmp; local
[all...]
/external/dropbear/libtommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
77 /* w4 = a2 * b2 */
78 if ((res = mp_mul(&a2, &b2, &w4)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
194 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
213 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
266 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
274 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
54 /* w4 = a2 * a2 */
55 if ((res = mp_sqr(&a2, &w4)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
138 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
157 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
210 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
218 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
[all...]
/external/chromium/net/websockets/
H A Dwebsocket_throttle_unittest.cc144 scoped_refptr<WebSocketJob> w4(new WebSocketJob(&delegate));
146 new SocketStream(GURL("ws://host4/"), w4.get()));
147 w4->InitSocketStream(s4.get());
154 EXPECT_EQ(ERR_IO_PENDING, w4->OnStartOpenConnection(s4, &callback_s4));
156 // 1.2.3.4 | w1 w2 w4
158 // 1.2.3.6 | w1 w4
171 // Trying to open connection to host5 will wait for w1, w4
174 // 1.2.3.4 | w1 w2 w4
176 // 1.2.3.6 | w1 w4 w5
189 // Trying to open connection to host6 will wait for w1, w4, w
[all...]
/external/fdlibm/
H A De_lgamma_r.c152 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
7851 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
7897 /* w4 = a2 * b2 */
7898 if ((res = mp_mul(&a2, &b2, &w4)) != MP_OKAY) {
7995 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
8014 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
8033 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
8076 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
8086 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
8094 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
[all...]
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js158 this.w4 = i;
/external/clang/lib/Headers/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/clang/lib/include/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c91 UChar w5, UChar w4,
95 | (((UInt)w5) << 8) | (((UInt)w4) << 0);
90 mk8x8( UChar w7, UChar w6, UChar w5, UChar w4, UChar w3, UChar w2, UChar w1, UChar w0 ) argument
H A Dguest_ppc_toIR.c6210 IRTemp w4 = newTemp( Ity_I32 ); local
6217 assign( w4, gen_byterev32( w3 ) );
6218 putIReg( rD_addr, binop( Iop_32HLto64, mkexpr( w4 ), mkexpr( w2 ) ) );
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py867 \xa0\ta\xf42\xfc\x0f@ yy\xef.w4\xd5\x9bzz\x02]\\f\xcen\xc3\xfb\xb7\x81\xa9D\

Completed in 248 milliseconds