HomeSort by relevance Sort by last modified time
    Searched refs:sp0 (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 38 std::shared_ptr<A> sp0(new A);
39 std::weak_ptr<A> wp(sp0);
42 sp0.reset();
lock.pass.cpp 40 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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 57 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/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 32 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] "r" (sp0
    [all...]
vp9_mbloop_loopfilter_dspr2.c 32 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] "r" (sp0)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
  /external/regex-re2/re2/testing/
backtrack.cc 115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 358 StringPiece sp0; local
362 match = &sp0;
  /external/regex-re2/re2/
bitstate.cc 358 StringPiece sp0; local
362 match = &sp0;
  /external/opencv/cv/src/
cvsegmentation.cpp 327 double sp0, double sr, int max_level,
407 float sp = (float)(sp0 / (1 << level));
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 2213 Operand sp0 = Operand(rsp, 0); local
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 2233 Operand sp0 = Operand(rsp, 0); local
    [all...]

Completed in 447 milliseconds