Searched refs:sp0 (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Dexpired.pass.cpp38 std::shared_ptr<A> sp0(new A);
39 std::weak_ptr<A> wp(sp0);
42 sp0.reset();
H A Dlock.pass.cpp40 std::shared_ptr<A> sp0(new A);
41 std::weak_ptr<A> wp(sp0);
44 assert(sp.get() == sp0.get());
49 std::shared_ptr<A> sp0(new A);
50 std::weak_ptr<A> wp(sp0);
51 sp0.reset();
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dweak_ptr.pass.cpp57 std::shared_ptr<A> sp0(new A);
58 std::weak_ptr<A> wp(sp0);
61 assert(sp.get() == sp0.get());
66 std::shared_ptr<A> sp0(new A);
67 std::weak_ptr<A> wp(sp0);
68 sp0.reset();
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_mblpf_horiz_loopfilter_dspr2.c32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
71 sp0 = sp1 + pitch;
89 "lw %[p0], (%[sp0]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
127 "sw %[p0_f0], (%[sp0]) \n\t"
134 [sp1] "r" (sp1), [sp0] "r" (sp0),
164 "sw %[p0], (%[sp0]) \n\t"
170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
H A Dvp9_mbloop_loopfilter_dspr2.c32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
62 sp0 = sp1 + pitch;
72 "lw %[p0], (%[sp0]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
94 "sw %[p0_f0], (%[sp0]) \n\t"
101 [sp1] "r" (sp1), [sp0] "r" (sp0),
120 "sw %[p0], (%[sp0]) \n\t"
128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_mblpf_horiz_loopfilter_dspr2.c32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
71 sp0 = sp1 + pitch;
89 "lw %[p0], (%[sp0]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
127 "sw %[p0_f0], (%[sp0]) \n\t"
134 [sp1] "r" (sp1), [sp0] "r" (sp0),
164 "sw %[p0], (%[sp0]) \n\t"
170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
H A Dvp9_mbloop_loopfilter_dspr2.c32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
62 sp0 = sp1 + pitch;
72 "lw %[p0], (%[sp0]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
94 "sw %[p0_f0], (%[sp0]) \n\t"
101 [sp1] "r" (sp1), [sp0] "r" (sp0),
120 "sw %[p0], (%[sp0]) \n\t"
128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dbacktrack.cc115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
/external/regex-re2/re2/testing/
H A Dbacktrack.cc115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc358 StringPiece sp0; local
362 match = &sp0;
/external/regex-re2/re2/
H A Dbitstate.cc358 StringPiece sp0; local
362 match = &sp0;
/external/opencv/cv/src/
H A Dcvsegmentation.cpp327 double sp0, double sr, int max_level,
407 float sp = (float)(sp0 / (1 << level));
326 cvPyrMeanShiftFiltering( const CvArr* srcarr, CvArr* dstarr, double sp0, double sr, int max_level, CvTermCriteria termcrit ) argument
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c491 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); local
493 *op0 = FlipSignBack(sp0);
/external/webp/src/dsp/
H A Ddec_neon.c491 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); local
493 *op0 = FlipSignBack(sp0);
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2291 Operand sp0 = Operand(rsp, 0); local
2294 __ movl(rdx, sp0); // Sanity check.
2301 __ movl(rdx, Operand(sp0, 2 * kPointerSize));

Completed in 5587 milliseconds