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

  /external/clang/test/CodeGen/
2002-07-31-SubregFailure.c 6 } ptrs; typedef in typeref:union:__anon6243
9 ptrs abase;
debug-info.c 31 void *ptrs[]; member in struct:foo
  /external/valgrind/main/memcheck/tests/
pointer-trace.c 19 char **volatile ptrs; local
24 /* I _think_ the point of this is to fill ptrs with a pointer
48 ptrs = malloc(nptrs * sizeof(char *));
50 ptrs[i] = (char *)((long)i << stepbits);
82 free(ptrs);
86 ptrs = malloc(1000);
  /external/webkit/Source/JavaScriptCore/wtf/
TCPageMap.h 202 Node* ptrs[INTERIOR_LENGTH]; member in struct:TCMalloc_PageMap3::Node
234 return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3];
242 reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v;
251 if (root_->ptrs[i1] == NULL) {
254 root_->ptrs[i1] = n;
258 if (root_->ptrs[i1]->ptrs[i2] == NULL) {
262 root_->ptrs[i1]->ptrs[i2] = reinterpret_cast<Node*>(leaf)
    [all...]
  /external/kernel-headers/original/linux/
percpu.h 21 void *ptrs[NR_CPUS]; member in struct:percpu_data
32 (__typeof__(ptr))__p->ptrs[(cpu)]; \
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 51 UniquePtr<void_ptr, DefaultDelete<void_ptr[]> > & ptrs,
  /dalvik/vm/alloc/
HeapBitmap.h 78 typedef void BitmapSweepCallback(size_t numPtrs, void **ptrs, void *arg);
HeapSource.h 119 * Frees the first numPtrs objects in the ptrs list and returns the
124 size_t dvmHeapSourceFreeList(size_t numPtrs, void **ptrs);
HeapSource.cpp 983 * Frees the first numPtrs objects in the ptrs list and returns the
988 size_t dvmHeapSourceFreeList(size_t numPtrs, void **ptrs)
996 assert(ptrs != NULL);
997 assert(*ptrs != NULL);
998 Heap* heap = ptr2heap(gHs, *ptrs);
1009 assert(ptrs[i] != NULL);
1010 assert(ptr2heap(gHs, ptrs[i]) == heap);
1011 countFree(heap, ptrs[i], &numBytes);
1013 // Bulk free ptrs.
1014 mspace_bulk_free(msp, ptrs, numPtrs)
    [all...]
MarkSweep.cpp 862 static void sweepBitmapCallback(size_t numPtrs, void **ptrs, void *arg)
869 ctx->numBytes += dvmHeapSourceFreeList(numPtrs, ptrs);
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 55 UniquePtr<void_ptr, DefaultDelete<void_ptr[]> > & ptrs,
63 ptrs.reset(new void_ptr[N]);
64 if (ptrs.get() == NULL) {
69 bzero(ptrs.get(), N * sizeof(void_ptr));
81 void_ptr* voidPtrs = ptrs.get();
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 317 xorCallback(size_t numPtrs, void **ptrs, const void *finger, void *arg)
320 assert(ptrs != NULL);
325 assert(ptrs[i] < finger);
327 (uintptr_t)ptrs[i], (uintptr_t)finger);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 139 VideoRefCopyInfoPtr ptrs; member in struct:tagVideoRefCopyInfo
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 542 char *ptrs[kCount]; local
548 ptrs[i] = p;
551 InternalFree(ptrs[i]);
  /external/libvpx/libvpx/vp8/common/x86/
recon_sse2.asm 381 ; set up left ptrs ans subtract topleft
393 ; set up dest ptrs
911 ; set up left ptrs ans subtract topleft
924 ; set up dest ptrs
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 818 milliseconds