HomeSort by relevance Sort by last modified time
    Searched full:out2 (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/llvm/test/Linker/
2004-02-17-WeakStrongLinkage.ll 1 ; RUN: llvm-as < %s > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null
2003-08-20-OpaqueTypeResolve.ll 2 ; RUN: echo {%M = type \{ i32, i32* \} } | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc
2003-08-23-RecursiveOpaqueTypeResolve.ll 5 ; RUN: echo "%M = type { %M*, i32* }" | llvm-as > %t.out2.bc
6 ; RUN: llvm-link %t.out1.bc %t.out2.bc
2003-08-24-InheritPtrSize.ll 5 ; RUN: echo {} | llvm-as > %t.out2.bc
6 ; RUN: llvm-link %t.out1.bc %t.out2.bc |& not grep warning
2003-08-28-TypeResolvesGlobal.ll 2 ; RUN: echo "%M = type { i32} " | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
2004-12-03-DisagreeingType.ll 2 ; RUN: llvm-as > %t.out2.bc
4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep {\\}}
2003-08-28-TypeResolvesGlobal2.ll 2 ; RUN: echo "%M = type i32" | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
2003-08-28-TypeResolvesGlobal3.ll 2 ; RUN: echo "%M = type i32" | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
2005-12-06-AppendingZeroLengthArrays.ll 2 ; RUN: llvm-as > %t.out2.bc
4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep {@G =}
2003-08-23-GlobalVarLinking.ll 3 ; RUN: | llvm-as > %t.out2.bc
4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep opaque
2003-11-18-TypeResolution.ll 7 ; RUN: llvm-as < %s > %t.out2.bc
9 ; RUN: llvm-link %t.out1.bc %t.out2.bc
  /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/e2fsprogs/tests/
run_e2fsck 20 if [ "$OUT2"x = x ]; then
21 OUT2=$test_name.2.log
57 $FSCK $SECOND_FSCK_OPT -N test_filesys $TMPFILE > $OUT2.new 2>&1
59 echo Exit status is $status >> $OUT2.new
60 sed -e '1d' $OUT2.new | sed -e '/^JFS DEBUG:/d' > $OUT2
61 rm -f $OUT2.new
75 cmp -s $OUT2 $EXP2
88 diff $DIFF_OPTS $EXP2 $OUT2 >> $test_name.failed
95 unset IMAGE FSCK_OPT SECOND_FSCK_OPT OUT1 OUT2 EXP1 EXP2
    [all...]
run_mke2fs 5 OUT2=$test_name.2.log
  /external/libselinux/src/
get_initial_context.c 41 goto out2;
46 goto out2;
49 out2:
compute_av.c 46 goto out2;
51 goto out2;
59 goto out2;
66 out2:
compute_create.c 43 goto out2;
48 goto out2;
53 goto out2;
56 out2:
canonicalize_context.c 40 goto out2;
53 goto out2;
56 out2:
procattr.c 54 goto out2;
58 goto out2;
64 goto out2;
67 out2:
  /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/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/llvm/test/CodeGen/X86/
2009-05-30-ISelBug.ll 3 define void @BZ2_bzDecompress_bb5_2E_outer_bb35_2E_i_bb54_2E_i(i32*, i32 %c_nblock_used.2.i, i32 %.reload51, i32* %.out, i32* %.out1, i32* %.out2, i32* %.out3) nounwind {
10 store i32 %11, i32* %.out2
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-007.js 33 function DoWhileObject( out1, out2, out3, in1 ) {
35 this.breakOutTwo = out2;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s 66 Out2 RN 8
137 MUL Out2, Left2, r0x01010101 ;// replicate the val in all the bytes
141 M_STR Out2, [pDst], dstStep ;// store {Out2} at pDst [8 to 11]
316 PKHTB Out2, Out3, Out1, ASR #8 ;// {U3, U3, U3, f2 }
320 M_STR Out2, [pDst], dstStep ;// store {f5 to f2} at pDst[11 to 8 ]
343 UADD8 Out2, tVal12, r0x80808080 ;// {f5, f4, f3, f2 }
346 PKHBT Out1, tVal7, Out2, LSL #8 ;// {f4, f3, f2, f1 }
347 ORR Out3, tVal9, Out2, LSR #8 ;// {f6, f5, f4, f3 }
350 M_STR Out2, [pDst], dstStep ;// store {f5 to f2} at pDst[11 to 8
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 77 TaskCase::Value out2(-1.0f);
79 void *outputs[4] = { &out0, &out1, &out2, &out3 };
86 ASSERT_TRUE(in2 == out2);
185 TaskCase::Value out2((int64_t)1000);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 };
194 ASSERT_TRUE(in4 == out2);

Completed in 168 milliseconds

1 2 3 4 5