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

  /development/ndk/sources/android/libportable/common/include/
stdarg_portable.h 25 void *ptr3; member in struct:va_list_portable
  /external/clang/test/SemaTemplate/
class-template-id.cpp 8 A<int, FLOAT> *foo(A<int> *ptr, A<int> const *ptr2, A<int, double> *ptr3) {
14 return ptr3; // expected-error{{cannot initialize return object of type 'A<int, FLOAT> *' with an lvalue of type 'A<int, double> *'}}
21 B<17 + 2> *bar(B<(19)> *ptr1, B< (::value + 7) > *ptr2, B<19 - 3> *ptr3) {
27 return ptr3; // expected-error{{cannot initialize return object of type 'B<17 + 2> *' with an lvalue of type 'B<19 - 3>}}
instantiate-complete.cpp 33 X<char(char)> *ptr3, X<short(short)> *ptr4) {
36 (void)(ptr3 + 5); // expected-note{{in instantiation of template class 'X<char (char)>' requested here}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-virtual-member-pointers.cpp 37 S (C::*ptr3)(int);
38 ptr3 = &C::baz;
50 // CHECK32: store i8* bitcast (void (%struct.C*, %struct.S*, i32)* @"\01??_9C@@$B7AE" to i8*), i8** %ptr3
57 // CHECK64: store i8* bitcast (void (%struct.C*, %struct.S*, i32)* @"\01??_9C@@$BBA@AA" to i8*), i8** %ptr3
member-function-pointers.cpp 111 void (foo::*ptr3)(void) = (void (foo::*)(void))&foo::bar; member in namespace:PR5138
202 void (C::*ptr3)() = &A::vfoo; member in namespace:test7
microsoft-abi-member-pointers.cpp 128 void (C::*ptr3)(void *) = (void (C::*)(void *)) (void (A::*)(void *)) (void (A::*)(A *)) 0; member in namespace:CastParam
129 // CHECK: @"\01?ptr3@CastParam@@3P8C@1@AEXPAX@ZQ21@" =
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 45 int *ptr2, *ptr3; local
72 ptr3 = &sign_v[0];
79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
97 sum1 = *(ptr3 - 2) + *(ptr3 - 1) + *ptr3;
114 ptr3++;
138 ptr3 = &sign_v[0]
    [all...]
  /external/icu/icu4c/source/test/intltest/
lrucachetest.cpp 140 const CopyOnWriteForTesting* ptr3 = NULL; local
145 cache.get("baz", ptr3, status);
148 verifySharedPointer(ptr3, "baz", "little");
155 verifyReferences(ptr3, 2, 1, 4);
167 // ptr5, ptr3, and cache have baz data
182 // ptr3, ptr5 -> "baz" ptr4 -> "full" ptr2 -> "bar"
200 // ptr3 -> "baz" ptr4 -> "full" ptr5 -> "new1"
214 // ptr3 -> "baz" ptr5 -> "new2"
220 ptr3->removeRef();
221 ptr3 = NULL
    [all...]
measfmttest.cpp 124 MeasureUnit *ptr3 = MeasureUnit::createMeter(status); local
125 if (*ptr1 == *ptr3) {
128 if (!(*ptr1 != *ptr3)) {
143 delete ptr3;
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_alias_reduction.cpp 164 int32 *ptr3; local
198 ptr3 = &input_buffer[17];
212 ptr1 = ptr3;
213 ptr3 -= 2;
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 19 X &&ptr3 = const_cast<X&&>(x); local
  /external/pcre/dist/
pcrecpp.h 538 const Arg& ptr3 = no_arg,
556 const Arg& ptr3 = no_arg,
574 const Arg& ptr3 = no_arg,
592 const Arg& ptr3 = no_arg,
pcrecpp.cc 155 const Arg& ptr3,
173 if (&ptr3 == &no_arg) goto done; args[n++] = &ptr3;
197 const Arg& ptr3,
215 if (&ptr3 == &no_arg) goto done; args[n++] = &ptr3;
239 const Arg& ptr3,
257 if (&ptr3 == &no_arg) goto done; args[n++] = &ptr3;
287 const Arg& ptr3,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memset.S 32 #define ptr3 r26 define
334 add ptr3 = ptr1, cnt // prepare last store
343 add ptr3 = -1, ptr3 // last store
359 (p_y) st1 [ptr3] = value // fill last byte (using ptr3)
  /art/runtime/gc/space/
space_test.h 197 Handle<mirror::Object> ptr3(
199 EXPECT_TRUE(ptr3.Get() != nullptr);
213 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr);
215 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr)));
261 ptr3.Assign(AllocWithGrowth(space, self, 2 * MB, &ptr3_bytes_allocated, &ptr3_usable_size));
262 EXPECT_TRUE(ptr3.Get() != nullptr);
266 space->Free(self, ptr3.Assign(nullptr));
300 Handle<mirror::Object> ptr3(
302 EXPECT_TRUE(ptr3.Get() != nullptr);
316 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr)
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.h 289 const Arg& ptr3 = no_more_args,
313 const Arg& ptr3 = no_more_args,
338 const Arg& ptr3 = no_more_args,
364 const Arg& ptr3 = no_more_args,
  /external/regex-re2/util/
pcre.h 283 const Arg& ptr3 = no_more_args,
307 const Arg& ptr3 = no_more_args,
332 const Arg& ptr3 = no_more_args,
358 const Arg& ptr3 = no_more_args,
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 217 char* ptr3 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); local
218 EXPECT_TRUE(ptr3);
219 diff = ptr3 - ptr1;
224 partitionFree(ptr3);
540 void* ptr3 = partitionAllocGeneric(genericAllocator.root(), size); local
541 EXPECT_TRUE(ptr3);
546 WTF::PartitionPage* page2 = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr3));
550 partitionFreeGeneric(genericAllocator.root(), ptr3);
557 EXPECT_EQ(ptr3, newPtr);
571 partitionFreeGeneric(genericAllocator.root(), ptr3);
756 void* ptr3 = partitionAlloc(allocator.root(), bigSize); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 159 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); local
160 memset(ptr3, r, 3 * width);
167 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); local
169 ptr3->r = r;
170 ptr3->g = g;
171 ptr3->b = b;
172 ptr3++;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 159 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); local
160 memset(ptr3, r, 3 * width);
167 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); local
169 ptr3->r = r;
170 ptr3->g = g;
171 ptr3->b = b;
172 ptr3++;
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 1539 milliseconds