HomeSort by relevance Sort by last modified time
    Searched defs:out2 (Results 1 - 22 of 22) sorted by null

  /external/dropbear/libtomcrypt/testprof/
dsa_test.c 7 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, x, &key2))
    [all...]
  /external/icu4c/test/intltest/
tstnrapi.cpp 80 UnicodeString out, out2; local
87 iter.getText(out2);
88 if( out!=out2 ||
numrgts.cpp 1946 UnicodeString out2; local
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 26 String out2 = mDevice.executeShellCommand(cmd1); local
27 assertOutputs(out1, out2);
35 private void assertOutputs(String out1, String out2) {
37 Scanner s2 = new Scanner(out2);
  /external/icu4c/test/cintltst/
cdtdptst.c 275 UChar* out2 = myDateFormat(fmt, d); local
276 if(u_strcmp(out1, out2) !=0)
nccbtst.c 1721 out2[]={ 0x004e, 0xfffe }, local
1758 out2[]={ UTF16_LEAD(0x0f1000), UTF16_TRAIL(0x0f1000), 0xfffe }, local
    [all...]
nucnvtst.c 2490 static const unsigned char out2[]={ local
    [all...]
  /external/quake/quake/src/QW/client/
gl_rmisc.c 339 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/
gl_rmisc.cpp 337 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]];
  /system/core/sh/
output.c 82 struct output *out2 = &errout; variable in typeref:struct:output
93 out2 = &errout;
129 outstr(p, out2);
138 if (file == out2)
237 doformat(out2, fmt, ap);
239 flushout(out2);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 74 OutputStream out2 = conn2.getOutputStream(); local
76 out2.write(posted2.getBytes());
77 out2.close();
  /external/jpeg/
jccolor.c 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
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/
convert.cc 47 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 = out - dst_stride_frame 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/
jccolor.c 412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
460 UINT32* out2 = (UINT32*)outptr2; local
461 copyquads(in, out0, out1, out2, col4);
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 198 final float out2 = cycleInterpolator.getInterpolation(0.125f); local
206 final float delta1 = out2 - out1;
207 final float delta2 = out3 - out2;
  /external/clang/test/Analysis/
dtor.cpp 182 int *out1, *out2, *out3; member in class:DestructorVirtualCalls::A
196 *out2 = get();
222 obj.out2 = &b;
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 62 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;
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 296 String out2 = TextUtils.ellipsize(s2, p, i, kind).toString(); local
306 assertEquals("wid " + i + " pass " + j, out1, out2);
307 assertEquals("wid " + i + " pass " + j, out2, out3);
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 1238 ByteArrayOutputStream out2 = new ByteArrayOutputStream(100); local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1137 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 4852 TransactionHelperResult out2 = helper2.output(); local
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.jar 

Completed in 389 milliseconds