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

/external/libcxx/test/std/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/std/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/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_mb_horiz_dspr2.c31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
70 sp0 = sp1 + pitch;
88 "lw %[p0], (%[sp0]) \n\t"
92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
126 "sw %[p0_f0], (%[sp0]) \n\t"
133 [sp1] "r" (sp1), [sp0] "r" (sp0),
163 "sw %[p0], (%[sp0]) \n\t"
169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
H A Dloopfilter_mb_dspr2.c31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
61 sp0 = sp1 + pitch;
71 "lw %[p0], (%[sp0]) \n\t"
79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
93 "sw %[p0_f0], (%[sp0]) \n\t"
100 [sp1] "r" (sp1), [sp0] "r" (sp0),
119 "sw %[p0], (%[sp0]) \n\t"
127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "
[all...]
/external/regex-re2/re2/testing/
H A Dbacktrack.cc115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 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/webp/src/dsp/
H A Ddec_neon.c506 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); local
508 *op0 = FlipSignBack(sp0);
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2274 Operand sp0 = Operand(rsp, 0); local
2277 __ movl(rdx, sp0); // Sanity check.
2284 __ movl(rdx, Operand(sp0, 2 * kPointerSize));

Completed in 326 milliseconds