HomeSort by relevance Sort by last modified time
    Searched defs:ptrA (Results 1 - 13 of 13) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
shared_ptr.pass.cpp 47 A* ptrA = pA.get();
56 assert(pB.get() == ptrA);
66 A* ptrA = pA.get();
75 assert(pB.get() == ptrA);
85 A* ptrA = pA.get();
94 assert(pB.get() == ptrA);
104 A* ptrA = pA.get();
113 assert(pB.get() == ptrA);
shared_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
56 assert(pB.get() == ptrA);
66 A* ptrA = pA.get();
75 assert(pB.get() == ptrA);
85 A* ptrA = pA.get();
94 assert(pB.get() == ptrA);
104 A* ptrA = pA.get();
113 assert(pB.get() == ptrA);
shared_ptr_Y_rv.pass.cpp 48 A* ptrA = pA.get();
57 assert(pB.get() == ptrA);
67 A* ptrA = pA.get();
76 assert(pB.get() == ptrA);
86 A* ptrA = pA.get();
95 assert(pB.get() == ptrA);
105 A* ptrA = pA.get();
114 assert(pB.get() == ptrA);
shared_ptr_rv.pass.cpp 48 A* ptrA = pA.get();
57 assert(pB.get() == ptrA);
67 A* ptrA = pA.get();
76 assert(pB.get() == ptrA);
86 A* ptrA = pA.get();
95 assert(pB.get() == ptrA);
105 A* ptrA = pA.get();
114 assert(pB.get() == ptrA);
unique_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 27 X &ptrA = const_cast<X&>(xvalue<X>()); // expected-error {{const_cast from rvalue to reference type 'X &'}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 35 ptrA RN 0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp1, [ptrA, width]
177 LDRB tmp2, [ptrA], #1
180 LDRB tmp3, [ptrA, width]
181 LDRB tmp4, [ptrA], #1
186 LDRB tmp1, [ptrA, width]
187 LDRB tmp2, [ptrA], #1
217 ADD ptrA, ptrA, width, LSL #
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 36 ptrA RN 0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp1, [ptrA]
181 LDRB tmp3, [ptrA, width]
182 LDRB tmp5, [ptrA, width, LSL #1]
193 LDRB tmp2, [ptrA, #1]!
194 LDRB tmp4, [ptrA, width]
195 LDRB tmp6, [ptrA, width, LSL #1]
214 LDRB tmp1, [ptrA, #1]
    [all...]
h264bsd_interpolate_chroma_ver.s 34 ptrA RN 0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp2, [ptrA,width] ;// 2 row, 1 col
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
178 LDRB tmp1, [ptrA],#1 ;// 1 row, 1 col
180 LDRB tmp5, [ptrA,width] ;// 2 row, 2 col
181 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
182 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
212 ADD ptrA, ptrA, width, LSL #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 123 u8 *ptrA, *cbr;
157 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
166 tmp1 = ptrA[width];
167 tmp2 = *ptrA++;
168 tmp3 = ptrA[width];
169 tmp4 = *ptrA++;
176 tmp1 = ptrA[width];
177 tmp2 = *ptrA;
186 ptrA += 2*width - chromaPartWidth;
219 u8 *ptrA, *cbr
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 166 uchar *ptrA = pyrA->data.ptr;
169 if( !ptrA )
171 ptrA = bufPtr;
194 imgI[0][i] = (uchar *) ptrA;
195 ptrA += levelBytes;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 557 milliseconds