Searched refs:out1 (Results 1 - 25 of 49) sorted by relevance

12

/external/valgrind/none/tests/mips32/
H A Dvfp.c52 int out1; \
61 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
66 instruction, out1, out2); \
72 int out1; \
81 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
86 instruction, out1, out2); \
94 int out1; \
101 : "=&f" (out), "=&r" (out1) \
106 instruction, out1); \
130 int out1; \
[all...]
H A DMoveIns.c28 int out1; \
35 : "=&f" (out), "=&r" (out1) \
40 instruction, out, out1); \
47 int out1; \
54 : "=&f" (out), "=&r" (out1) \
59 instruction, out, out1); \
66 int out1; \
73 : "=&f" (out), "=&r" (out1) \
78 instruction, out, out1); \
85 int out1; \
[all...]
/external/elfutils/src/tests/
H A Drun-strip-reloc.sh23 tempfiles readelf.out readelf.out1 readelf.out2
59 | grep -v ^DWARF\ section > readelf.out1 ||
66 testrun_compare cat readelf.out1 < readelf.out2 ||
/external/regex-re2/re2/
H A Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) { argument
20 out1_ = out1;
143 AddToQueue(q, ip->out1());
194 j = ip->out1();
199 AddToQueue(&q, ip->out1());
217 AddToQueue(&q, ip->out1());
221 Inst* k = inst(ip->out1());
H A Dbitstate.cc179 // Push(ip->out1(), p, 0);
182 // ip->out1() via another path, we want to process it then.
184 // ip with arg==1 as a reminder to push ip->out1() later.
192 // Finished ip->out(); try ip->out1().
194 id = ip->out1();
203 // out1 is the match
204 Push(ip->out1(), p, 0);
205 id = ip->out1();
H A Dprog.h89 void InitAlt(uint32 out, uint32 out1);
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } function in class:re2::Prog::Inst
H A Dnfa.cc242 stk[nstk++] = AddState(ip->out1());
334 return ip->out1();
674 if (ip->out1())
675 q.insert(ip->out1());
H A Donepass.cc81 // jumps to ip->out() and ip->out1() in parallel. Each of the
439 if (!AddQ(&workq, ip->out()) || !AddQ(&workq, ip->out1()))
441 stack[nstack].id = ip->out1();
/external/ipsec-tools/src/racoon/
H A Dadmin.c420 goto out1;
425 goto out1;
429 goto out1;
433 goto out1;
437 goto out1;
443 goto out1;
465 goto out1;
468 out1:
/external/libunwind/src/ia64/
H A Dsiglongjmp.S57 mov out1 = sp
H A Dsigsetjmp.S48 mov out1 = r0
/external/eigen/unsupported/test/
H A DFFTW.cpp216 VectorXcf out1,out2; local
221 fft.fwd(out1,in);
223 VERIFY( (out1-out2).norm() < test_precision<float>() );
224 in1 = fft.inv(out1);
/external/clang/test/Analysis/
H A Ddtor.cpp182 int *out1, *out2, *out3; member in class:DestructorVirtualCalls::A
187 *out1 = get();
221 obj.out1 = &a;
/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
366 UINT32* out1 = (UINT32*)outptr1; local
368 copyquads(in, out0, out1, out2, col4);
/external/webrtc/src/common_audio/signal_processing/
H A Dresample.c313 const WebRtc_Word16* coef_ptr, WebRtc_Word32* out1,
353 *out1 = tmp1 + coef * in1[8];
359 const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1,
413 *out1 = (WebRtc_Word16)tmp1;
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.c150 const WebRtc_Word16 *coef_ptr, WebRtc_Word32 *out1,
190 *out1 = tmp1 + coef * in1[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/regex-re2/re2/testing/
H A Dbacktrack.cc173 // Try both possible next states: out is preferred to out1.
176 Visit(ip->out1(), p);
179 return Visit(ip->out1(), p);
/external/selinux/libsemanage/tests/
H A Dtest_semanage_store.c341 goto out1;
369 out1:
/external/webp/src/dsp/
H A Denc_neon.c340 const int16x4_t out1 = vadd_s16(tmp1, a3_eq_0); local
342 vst1_s16(out + 4, out1);
533 const int16x4_t out1 = vmovn_s32(b1); local
538 vst1_s16(out + 4, out1);
1013 const int16x8_t out1 = Quantize(in, mtx, 8); local
1020 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1));
1031 vreinterpret_u8_s16(vget_low_s16(out1)),
1032 vreinterpret_u8_s16(vget_high_s16(out1)));
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp61 static double out1;// y[n-1] variable
97 out1 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
112 out2 = out1;
113 out1 = out0;
/external/libunwind/tests/
H A Dia64-test-rbs-asm.S84 mov out1 = in1; \
178 (p6) mov out1 = in2
183 (p7) mov out1 = in1
H A Dia64-dyn-asm.S28 mov out1 = in1
/external/freetype/src/truetype/
H A Dttgxvar.c1574 FT_Pos out, in1, in2, out1, out2, d1, d2; local
1596 out1 = out_points[ref1].x;
1598 d1 = out1 - in1;
1601 if ( out1 == out2 || in1 == in2 )
1612 out = out1;
1619 FT_Fixed scale = FT_DivFix( out2 - out1, in2 - in1 );
1631 out = out1 + FT_MulFix( out - in1, scale );
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp436 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
530 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
619 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
624 if (out0 != ref0 || out1 != ref1)
710 const deInt32 out1 = ((const deInt32*)outputs[1])[compNdx]; local
715 if (out0 != ref0 || out1 != ref1)
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c276 UChar* out1 = myDateFormat(fmt, june); local
278 if(u_strcmp(out1, out2) !=0)

Completed in 1070 milliseconds

12