Searched defs:out2 (Results 1 - 19 of 19) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
H A Ddsa_test.c7 unsigned char msg[16], out[1024], out2[1024]; local
25 y = sizeof(out2);
26 DO(dsa_decrypt_key(out, x, out2, &y, &key));
28 if (y != 16 || memcmp(out2, msg, 16)) {
47 x = sizeof(out2);
48 DO(dsa_export(out2, &x, PK_PRIVATE, &key));
49 DO(dsa_import(out2, x, &key2));
57 x = sizeof(out2);
58 DO(dsa_export(out2, &x, PK_PUBLIC, &key));
60 DO(dsa_import(out2,
[all...]
/external/icu4c/test/intltest/
H A Dtstnrapi.cpp80 UnicodeString out, out2; local
87 iter.getText(out2);
88 if( out!=out2 ||
H A Dnumrgts.cpp1946 UnicodeString out2; local
1947 out2 = nf->format(pi, out2, pos);
1951 nf->parse(out2, num, pp);
1960 if (val == val2 && out == out2) {
1963 out2 + "\" -> " + val2);
1968 out2 + "\" -> " + val2);
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c151 WebRtc_Word32 *out2)
191 *out2 = tmp2 + coef * in2[-8];
149 WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2, const WebRtc_Word16 *coef_ptr, WebRtc_Word32 *out1, WebRtc_Word32 *out2) argument
H A Dresample.c314 WebRtc_Word32* out2)
354 *out2 = tmp2 + coef * in2[-8];
360 WebRtc_Word16* out2)
414 *out2 = (WebRtc_Word16)tmp2;
312 WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word32* out1, WebRtc_Word32* out2) argument
358 WebRtcSpl_DotProdIntToShort(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1, WebRtc_Word16* out2) argument
/external/quake/quake/src/QW/client/
H A Dgl_rmisc.c339 byte *out2; local
341 out2 = (byte *)pixels;
344 for (i=0 ; i< (int) scaled_height ; i++, out2 += scaled_width)
350 out2[j] = translate[inrow[frac>>16]];
352 out2[j+1] = translate[inrow[frac>>16]];
354 out2[j+2] = translate[inrow[frac>>16]];
356 out2[j+3] = translate[inrow[frac>>16]];
/external/quake/quake/src/WinQuake/
H A Dgl_rmisc.cpp337 byte *out2; local
339 out2 = (byte *)pixels;
342 for (i=0 ; i< (int) scaled_height ; i++, out2 += scaled_width)
348 out2[j] = translate[inrow[frac>>16]];
350 out2[j+1] = translate[inrow[frac>>16]];
352 out2[j+2] = translate[inrow[frac>>16]];
354 out2[j+3] = translate[inrow[frac>>16]];
/external/eigen/unsupported/test/
H A DFFTW.cpp219 VectorXcf out1,out2; local
225 out2 = fft.fwd(in);
226 VERIFY( (out1-out2).norm() < test_precision<float>() );
/external/icu4c/test/cintltst/
H A Dcdtdptst.c275 UChar* out2 = myDateFormat(fmt, d); local
276 if(u_strcmp(out1, out2) !=0)
H A Dnccbtst.c1721 out2[]={ 0x004e, 0xfffe }, local
1735 if(!testConvertToUnicode(in2, ARRAY_LENGTH(in2), out2, ARRAY_LENGTH(out2), "UTF-16",
1758 out2[]={ UTF16_LEAD(0x0f1000), UTF16_TRAIL(0x0f1000), 0xfffe }, local
1774 if(!testConvertToUnicode(in2, ARRAY_LENGTH(in2), out2, ARRAY_LENGTH(out2), "UTF-32",
H A Dnucnvtst.c2490 static const unsigned char out2[]={ local
2533 TestConv((uint16_t*)in2,sizeof(in2)/2,"ASCII","ASCII",(char*)out2,sizeof(out2));
/external/clang/test/Analysis/
H A Ddtor.cpp182 int *out1, *out2, *out3; member in class:DestructorVirtualCalls::A
196 *out2 = get();
222 obj.out2 = &b;
/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
367 UINT32* out2 = (UINT32*)outptr2; local
368 copyquads(in, out0, out1, out2, col4);
/external/libyuv/files/source/
H A Dconvert.cc47 uint8* out2 = out - dst_stride_frame; local
76 out2[0] = Clip(tmp_b);
77 out2[1] = Clip(tmp_g);
78 out2[2] = Clip(tmp_r);
83 out2[3] = Clip(tmp_b);
84 out2[4] = Clip(tmp_g);
85 out2[5] = Clip(tmp_r);
88 out2 += 6;
99 out2 -= dst_stride_frame * 3;
116 uint8* out2 local
192 uint16* out2 = out - dst_stride_frame; local
260 uint16* out2 = out - dst_stride_frame ; local
332 uint8* out2 = dst_frame + dst_stride_frame; local
445 uint8* out2 = dst_frame + dst_stride_frame; local
553 uint16* out2 = out - dst_stride_frame; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
460 UINT32* out2 = (UINT32*)outptr2; local
461 copyquads(in, out0, out1, out2, col4);
/external/openssl/ssl/
H A Dt1_enc.c254 unsigned char *out2, int olen)
281 out2,olen))
286 out1[i]^=out2[i];
246 tls1_PRF(long digest_mask, const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, const void *seed4, int seed4_len, const void *seed5, int seed5_len, const unsigned char *sec, int slen, unsigned char *out1, unsigned char *out2, int olen) argument
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp62 static double out2;// y[n-2] variable
98 out2 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
112 out2 = out1;
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc4852 TransactionHelperResult out2 = helper2.output(); local
4853 EXPECT_EQ(OK, out2.rv);
4854 EXPECT_EQ("HTTP/1.1 200 OK", out2.status_line);
4855 EXPECT_EQ("hello from http", out2.response_data);
/external/v8/test/cctest/
H A Dtest-regexp.cc1137 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
1162 m.WriteCurrentPositionToRegister(out2, 0); // [0,3]

Completed in 536 milliseconds