Searched refs:out2 (Results 1 - 25 of 45) sorted by relevance

12

/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/libselinux/src/
H A Dget_initial_context.c41 goto out2;
46 goto out2;
49 out2:
H A Dcompute_av.c46 goto out2;
51 goto out2;
59 goto out2;
66 out2:
H A Dcompute_create.c43 goto out2;
48 goto out2;
53 goto out2;
56 out2:
H A Dcanonicalize_context.c40 goto out2;
53 goto out2;
56 out2:
H A Dprocattr.c54 goto out2;
58 goto out2;
64 goto out2;
67 out2:
/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Ddowhile-007.js33 function DoWhileObject( out1, out2, out3, in1 ) {
35 this.breakOutTwo = 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/icu4c/test/intltest/
H A Dtstnrapi.cpp80 UnicodeString out, out2; local
87 iter.getText(out2);
88 if( out!=out2 ||
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dbreak.js59 out2:
H A Dcontinue.js62 out2:
/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/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c88 INT32 out1, out2, out3, out4, out5; \
110 out2 = ((SRC_SAMPLE(4) + SRC_SAMPLE(-4)) * 725) \
114 out2 = out2 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
164 out2 = ((SRC_SAMPLE(4) + SRC_SAMPLE(-4)) * 454) \
168 out2 = out2 / 30000; \
181 out5 = out1 - out2
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DExcludedProxyTest.java74 OutputStream out2 = conn2.getOutputStream();
76 out2.write(posted2.getBytes());
77 out2.close();
/external/openssh/regress/
H A DMakefile68 CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
113 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
115 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/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/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/webrtc/src/common_audio/signal_processing/
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
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
/external/oprofile/module/ia64/
H A DIA64syscallstub.h98 mov out2 = in1; \
180 mov out2 = in2; \
/external/openssl/crypto/aes/asm/
H A Daes-ia64.S336 add out2=2,in0
340 { .mmi; ld1 r18=[out2],4
344 { .mmi; ld1 r22=[out2],4
348 { .mmi; ld1 r26=[out2],4
352 { .mmi; ld1 r30=[out2]
383 { .mii; ADDP out2=2,in1
392 { .mii; st1 [out2]=r17,4
399 st1 [out2]=r21,4 }//;;
403 st1 [out2]=r25,4
409 st1 [out2]
[all...]
/external/ipsec-tools/src/racoon/
H A Dadmin.c197 goto out2;
200 goto out2;
205 out2:
/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);

Completed in 754 milliseconds

12