Home
last modified time | relevance | path

Searched refs:sp3 (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/compiler/translator/
Dspan_unittest.cpp92 Span sp3; in TEST() local
99 sp3 = sp; in TEST()
101 ASSERT_EQ(sp, sp3); in TEST()
102 ASSERT_EQ(sp3.data(), kSpanData); in TEST()
103 ASSERT_EQ(sp3.size(), kSpanDataSize); in TEST()
104 ASSERT_FALSE(sp3.empty()); in TEST()
/external/libaom/libaom/aom_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c30 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local
65 sp3 = sp4 + pitch; in mb_lpf_horizontal_edge()
66 sp2 = sp3 + pitch; in mb_lpf_horizontal_edge()
90 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in mb_lpf_horizontal_edge()
158 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2), in mb_lpf_horizontal_edge()
404 [sp6] "r"(sp6), [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), in mb_lpf_horizontal_edge()
505 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
573 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
673 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
Dloopfilter_mb_dspr2.c30 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in aom_lpf_horizontal_8_dspr2() local
56 sp3 = s - (pitch << 2); in aom_lpf_horizontal_8_dspr2()
57 sp2 = sp3 + pitch; in aom_lpf_horizontal_8_dspr2()
77 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in aom_lpf_horizontal_8_dspr2()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local
63 sp3 = sp4 + pitch; in mb_lpf_horizontal_edge()
64 sp2 = sp3 + pitch; in mb_lpf_horizontal_edge()
88 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in mb_lpf_horizontal_edge()
156 [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), [sp2] "r"(sp2), in mb_lpf_horizontal_edge()
402 [sp6] "r"(sp6), [sp5] "r"(sp5), [sp4] "r"(sp4), [sp3] "r"(sp3), in mb_lpf_horizontal_edge()
503 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
571 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
671 [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0)); in mb_lpf_horizontal_edge()
Dloopfilter_mb_dspr2.c28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local
54 sp3 = s - (pitch << 2); in vpx_lpf_horizontal_8_dspr2()
55 sp2 = sp3 + pitch; in vpx_lpf_horizontal_8_dspr2()
75 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), in vpx_lpf_horizontal_8_dspr2()
/external/libdrm/tests/amdgpu/
Dsyncobj_tests.c211 struct syncobj_point sp1, sp2, sp3; in amdgpu_syncobj_timeline_test() local
250 sp3.syncobj_handle = syncobj_handle; in amdgpu_syncobj_timeline_test()
251 sp3.point = 16; in amdgpu_syncobj_timeline_test()
252 r = pthread_create(&c_thread, NULL, syncobj_signal, &sp3); in amdgpu_syncobj_timeline_test()
/external/rust/crates/rusqlite/src/
Dtransaction.rs587 let sp3 = sp2.savepoint().unwrap(); in test_savepoint() localVariable
588 sp3.execute_batch("INSERT INTO foo VALUES(8)").unwrap(); in test_savepoint()
589 assert_current_sum(15, &sp3); in test_savepoint()
590 sp3.commit().unwrap(); in test_savepoint()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp111 std::shared_ptr<long> sp3; in main() local
117 assert(!cmp(sp1, sp3)); in main()
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp110 std::shared_ptr<long> sp3; in main() local
116 assert(!cmp(sp1, sp3)); in main()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfalkor-hwpf-fix.ll13 define void @hwpf1(i32* %p, i32* %sp, i32* %sp2, i32* %sp3, i32* %sp4) {
47 %storegep3 = getelementptr inbounds i32, i32* %sp3, i32 %iv
/external/llvm-project/clang/test/CodeGenOpenCL/
Damdgpu-nullptr.cl105 // NOOPT: @test_static_var_private.sp3 = internal addrspace(1) global i8 addrspace(5)* addrspacecas…
114 static private char *sp3;
124 // NOOPT: @test_static_var_local.sp3 = internal addrspace(1) global i8 addrspace(3)* addrspacecast …
132 static local char *sp3;
144 // NOOPT: store i8 addrspace(5)* null, i8 addrspace(5)* addrspace(5)* %sp3, align 4
153 private char *sp3 = (private char*)((void)0, 0);
164 // NOOPT: store i8 addrspace(3)* null, i8 addrspace(3)* addrspace(5)* %sp3, align 4
173 local char *sp3 = (local char*)((void)0, 0);
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll7 … nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp3, i32* %dp) nounwind…
15 %6 = bitcast i32* %sp3 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dcrash.ll7 … nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp3, i32* %dp) nounwind…
15 %6 = bitcast i32* %sp3 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc1101 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1102 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE()
1111 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1112 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2()
1179 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1181 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE()
1189 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1191 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp805 StringPiece sp3("3"); in runTests() local
806 DO_NumFmtStringPieceTest("0000","0003",sp3); in runTests()
807 DO_NumFmtStringPieceTest("#","3",sp3); in runTests()