/external/libcxxabi/test/ |
D | test_fallback_malloc.cpp | 22 container ptrs; in alloc_series() local 26 ptrs.push_back ( p ); in alloc_series() 27 return ptrs; in alloc_series() 31 container ptrs; in alloc_series() local 35 ptrs.push_back ( p ); in alloc_series() 39 return ptrs; in alloc_series() 43 container ptrs; in alloc_series() local 50 ptrs.push_back ( p ); in alloc_series() 53 return ptrs; in alloc_series() 70 container ptrs; in exhaustion_test1() local [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pagemap.h | 220 Node* ptrs[INTERIOR_LENGTH]; member 252 root_->ptrs[i1] == NULL || root_->ptrs[i1]->ptrs[i2] == NULL) { in get() 255 return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3]; in get() 263 reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v; in set() 276 if (root_->ptrs[i1] == NULL) { in Ensure() 279 root_->ptrs[i1] = n; in Ensure() 283 if (root_->ptrs[i1]->ptrs[i2] == NULL) { in Ensure() 287 root_->ptrs[i1]->ptrs[i2] = reinterpret_cast<Node*>(leaf); in Ensure() 303 if (root_->ptrs[i1] == NULL) { in Next() 307 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); in Next()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pagemap.h | 423 Node* ptrs[INTERIOR_LENGTH]; member 455 root_->ptrs[i1] == NULL || root_->ptrs[i1]->ptrs[i2] == NULL) { in get() 458 return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3]; in get() 466 reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v; in set() 479 if (root_->ptrs[i1] == NULL) { in Ensure() 482 root_->ptrs[i1] = n; in Ensure() 486 if (root_->ptrs[i1]->ptrs[i2] == NULL) { in Ensure() 490 root_->ptrs[i1]->ptrs[i2] = reinterpret_cast<Node*>(leaf); in Ensure() 506 if (root_->ptrs[i1] == NULL) { in Next() 510 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); in Next()
|
/external/valgrind/main/memcheck/tests/ |
D | pointer-trace.c | 19 char **volatile ptrs; in main() local 48 ptrs = malloc(nptrs * sizeof(char *)); in main() 50 ptrs[i] = (char *)((long)i << stepbits); in main() 82 free(ptrs); in main() 86 ptrs = malloc(1000); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 143 MeasureUnit **ptrs = new MeasureUnit *[TimeUnit::UTIMEUNIT_FIELD_COUNT]; in testAPI() local 145 ptrs[TimeUnit::UTIMEUNIT_YEAR] = MeasureUnit::createYear(status); in testAPI() 146 ptrs[TimeUnit::UTIMEUNIT_MONTH] = MeasureUnit::createMonth(status); in testAPI() 147 ptrs[TimeUnit::UTIMEUNIT_DAY] = MeasureUnit::createDay(status); in testAPI() 148 ptrs[TimeUnit::UTIMEUNIT_WEEK] = MeasureUnit::createWeek(status); in testAPI() 149 ptrs[TimeUnit::UTIMEUNIT_HOUR] = MeasureUnit::createHour(status); in testAPI() 150 ptrs[TimeUnit::UTIMEUNIT_MINUTE] = MeasureUnit::createMinute(status); in testAPI() 151 ptrs[TimeUnit::UTIMEUNIT_SECOND] = MeasureUnit::createSecond(status); in testAPI() 163 MeasureUnit(*ptr) == *ptrs[j]); in testAPI() 170 delete ptrs[i]; in testAPI() [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-07-31-SubregFailure.c | 6 } ptrs; typedef 9 ptrs abase; in DoAssignIteration()
|
D | debug-info.c | 31 void *ptrs[]; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 820 const unsigned char *first_fragment_end = pbi->fragments.ptrs[0] + in setup_token_decoder() 834 const unsigned char *fragment_end = pbi->fragments.ptrs[fragment_idx] + in setup_token_decoder() 842 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1); in setup_token_decoder() 850 pbi->fragments.ptrs[fragment_idx] = pbi->fragments.ptrs[0] + in setup_token_decoder() 860 pbi->fragments.ptrs[fragment_idx], in setup_token_decoder() 873 pbi->fragments.ptrs[fragment_idx] = in setup_token_decoder() 874 pbi->fragments.ptrs[fragment_idx - 1] + partition_size; in setup_token_decoder() 884 pbi->fragments.ptrs[partition_idx], in setup_token_decoder() 976 const unsigned char *data = pbi->fragments.ptrs[0]; in vp8_decode_frame()
|
D | onyxd_int.h | 46 const unsigned char *ptrs[MAX_PARTITIONS]; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
D | decodeframe.c | 829 const unsigned char *first_fragment_end = pbi->fragments.ptrs[0] + in setup_token_decoder() 843 const unsigned char *fragment_end = pbi->fragments.ptrs[fragment_idx] + in setup_token_decoder() 851 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1); in setup_token_decoder() 859 pbi->fragments.ptrs[fragment_idx] = pbi->fragments.ptrs[0] + in setup_token_decoder() 869 pbi->fragments.ptrs[fragment_idx], in setup_token_decoder() 882 pbi->fragments.ptrs[fragment_idx] = in setup_token_decoder() 883 pbi->fragments.ptrs[fragment_idx - 1] + partition_size; in setup_token_decoder() 893 pbi->fragments.ptrs[partition_idx], in setup_token_decoder() 985 const unsigned char *data = pbi->fragments.ptrs[0]; in vp8_decode_frame()
|
D | onyxd_int.h | 46 const unsigned char *ptrs[MAX_PARTITIONS]; member
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkDataTable.cpp | 88 SkDataTable* SkDataTable::NewCopyArrays(const void * const * ptrs, in NewCopyArrays() argument 107 memcpy(elem, ptrs[i], sizes[i]); in NewCopyArrays()
|
/external/skia/src/core/ |
D | SkDataTable.cpp | 88 SkDataTable* SkDataTable::NewCopyArrays(const void * const * ptrs, in NewCopyArrays() argument 107 memcpy(elem, ptrs[i], sizes[i]); in NewCopyArrays()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
D | vp8_dx_iface.c | 290 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs)); in update_fragments() 298 ctx->fragments.ptrs[ctx->fragments.count] = data; in update_fragments() 312 ctx->fragments.ptrs[0] = data; in update_fragments() 342 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0], in vp8_decode()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 324 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs)); in update_fragments() 332 ctx->fragments.ptrs[ctx->fragments.count] = data; in update_fragments() 346 ctx->fragments.ptrs[0] = data; in update_fragments() 376 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0], in vp8_decode()
|
/external/lldb/examples/darwin/heap_find/heap/ |
D | heap_find.cpp | 671 ranges_callback (task_t task, void *baton, unsigned type, vm_range_t *ptrs, unsigned count) in ranges_callback() argument 675 info->range_callback (task, info->baton, type, ptrs->address, ptrs->size); in ranges_callback() 676 ptrs++; in ranges_callback()
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-ldstr-ptrs.ll | 8 ; Simple 3-pair chain also with loads and stores (using ptrs and gep) 50 ; Simple 3-pair chain with loads and stores (using ptrs and gep) 85 ; Simple 3-pair chain with loads and stores (using ptrs and gep)
|
/external/skia/include/core/ |
D | SkDataTable.h | 79 static SkDataTable* NewCopyArrays(const void * const * ptrs,
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkDataTable.h | 79 static SkDataTable* NewCopyArrays(const void * const * ptrs,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | tcmalloc_unittest.cc | 755 void* ptrs[kNum]; in TestAlignmentForSize() local 757 ptrs[i] = malloc(size); in TestAlignmentForSize() 758 uintptr_t p = reinterpret_cast<uintptr_t>(ptrs[i]); in TestAlignmentForSize() 768 free(ptrs[i]); in TestAlignmentForSize()
|
D | heap-checker_unittest.cc | 788 typename Alloc::pointer ptrs[kSize]; in DirectTestSTLAlloc() local 795 ptrs[i] = p; in DirectTestSTLAlloc() 798 allocator.deallocate(ptrs[i], i*3+1); in DirectTestSTLAlloc() 799 ptrs[i] = NULL; in DirectTestSTLAlloc()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | tcmalloc_unittest.cc | 755 void* ptrs[kNum]; in TestAlignmentForSize() local 757 ptrs[i] = malloc(size); in TestAlignmentForSize() 758 uintptr_t p = reinterpret_cast<uintptr_t>(ptrs[i]); in TestAlignmentForSize() 768 free(ptrs[i]); in TestAlignmentForSize()
|
D | heap-checker_unittest.cc | 788 typename Alloc::pointer ptrs[kSize]; in DirectTestSTLAlloc() local 795 ptrs[i] = p; in DirectTestSTLAlloc() 798 allocator.deallocate(ptrs[i], i*3+1); in DirectTestSTLAlloc() 799 ptrs[i] = NULL; in DirectTestSTLAlloc()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 1111 boolean exclusive, ArrayList jumps, Pointers ptrs) in insertGap2w() argument 1116 ptrs.shiftPc(where, gapLength, exclusive); in insertGap2w() 1131 ptrs.shiftPc(p, delta, false); in insertGap2w() 1144 ptrs.shiftPc(p, diff, false); in insertGap2w()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 619 char *ptrs[kCount]; in TEST() local 625 ptrs[i] = p; in TEST() 628 InternalFree(ptrs[i]); in TEST()
|