/external/libvpx/libvpx/vpx_dsp/mips/ |
vpx_convolve8_avg_vert_msa.c | 86 v8i16 filt, out0, out1, out2, out3; local 113 out2 = FILT_8TAP_DPADD_S_H(src32_r, src54_r, src76_r, src98_r, filt0, 117 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 118 SAT_SH4_SH(out0, out1, out2, out3, 7); 119 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst2, dst3,
|
/external/ipsec-tools/src/racoon/ |
admin.c | 197 goto out2; 200 goto out2; 205 out2:
|
/external/llvm/test/Transforms/LICM/ |
sinking.ll | 149 br i1 %tmp.1, label %Loop, label %Out2 152 Out2: ; preds = %ContLoop 160 ; CHECK: Out2:
|
/external/webp/src/dsp/ |
rescaler_sse2.c | 175 __m128i* const out2, 184 *out2 = _mm_mul_epu32(A2, *mult); 189 *out2 = A2;
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 298 String out2 = TextUtils.ellipsize(s2, p, i, kind).toString(); local 308 assertEquals("wid " + i + " pass " + j, out1, out2); 309 assertEquals("wid " + i + " pass " + j, out2, out3);
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate_test.go | 484 out2 := buf2.String() 486 if out1 != out2 { 487 t.Errorf("got %q, expected %q", out2, out1)
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate_test.go | 484 out2 := buf2.String() 486 if out1 != out2 { 487 t.Errorf("got %q, expected %q", out2, out1)
|
/external/e2fsprogs/lib/ext2fs/ |
bmap.c | 196 goto out2; 198 out2:
|
/external/llvm/test/CodeGen/AMDGPU/ |
cvt_f32_ubyte.ll | 107 define void @load_v4i8_to_v4f32_2_uses(<4 x float> addrspace(1)* noalias %out, <4 x i8> addrspace(1)* noalias %out2, <4 x i8> addrspace(1)* noalias %in) nounwind { 112 store <4 x i8> %add, <4 x i8> addrspace(1)* %out2, align 4
|
/external/selinux/libsemanage/tests/ |
test_semanage_store.c | 330 goto out2; 372 out2:
|
/prebuilts/go/darwin-x86/src/testing/quick/ |
quick.go | 218 Out2 []interface{} 222 return fmt.Sprintf("#%d: failed on input %s. Output 1: %s. Output 2: %s", s.Count, toString(s.In), toString(s.Out1), toString(s.Out2))
|
/prebuilts/go/linux-x86/src/testing/quick/ |
quick.go | 218 Out2 []interface{} 222 return fmt.Sprintf("#%d: failed on input %s. Output 1: %s. Output 2: %s", s.Count, toString(s.In), toString(s.Out1), toString(s.Out2))
|
/build/kati/ |
func.cc | 500 string out2; local 506 if (FindEmulator::Get()->HandleFind(cmd, **fc, &out2)) { 525 if (*s != out2) { 527 cmd.c_str(), s->c_str(), out2.c_str());
|
/external/elfutils/tests/ |
run-unstrip-n.sh | 65 outfile2=test-core.out2
|
/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;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial.h | 85 #define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
serial.h | 85 #define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
|
/external/valgrind/none/tests/mips32/ |
MoveIns.c | 189 int out2; \ 202 : "=&f" (out), "=&r" (out1), "=&r" (out2) \ 207 instruction, out1, out2, cc); \ 214 int out2; \ 228 : "=&f" (out), "=&r" (out1), "=&r" (out2) \ 233 instruction, out1, out2, cc); \
|
/external/icu/icu4c/source/test/cintltst/ |
cdtdptst.c | 277 UChar* out2 = myDateFormat(fmt, d); local 278 if(u_strcmp(out1, out2) !=0)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_priv.c | 1149 goto out2; 1155 goto out2; 1162 goto out2; 1192 out2:
|
/external/freetype/src/truetype/ |
ttgxvar.c | 1574 FT_Pos out, in1, in2, out1, out2, d1, d2; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttgxvar.c | 1630 FT_Pos out, in1, in2, out1, out2, d1, d2; local [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | 1575 FT_Pos out, in1, in2, out1, out2, d1, d2; local [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
float_test.go | 892 out2, acc2 := x2.SetFloat64(float64(out)).Float32() 893 if !alike32(out2, out) || acc2 != Exact { 894 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out) 969 out2, acc2 := x2.SetFloat64(out).Float64() 970 if !alike64(out2, out) || acc2 != Exact { 971 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
float_test.go | 889 out2, acc2 := x2.SetFloat64(float64(out)).Float32() 890 if !alike32(out2, out) || acc2 != Exact { 891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out) 966 out2, acc2 := x2.SetFloat64(out).Float64() 967 if !alike64(out2, out) || acc2 != Exact { 968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out) [all...] |