Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/core/
DSkPictureFlat.cpp11 SkFlatData* SkFlatData::Alloc(SkChunkAlloc* heap, int32_t size, int index) { in Alloc()
18 SkFlatBitmap* SkFlatBitmap::Flatten(SkChunkAlloc* heap, const SkBitmap& bitmap, in Flatten()
30 SkFlatMatrix* SkFlatMatrix::Flatten(SkChunkAlloc* heap, const SkMatrix& matrix, int index) { in Flatten()
84 SkFlatPaint* SkFlatPaint::Flatten(SkChunkAlloc* heap, const SkPaint& paint, in Flatten()
209 SkFlatRegion* SkFlatRegion::Flatten(SkChunkAlloc* heap, const SkRegion& region, int index) { in Flatten()
/external/grub/stage2/
Dcmdline.c121 enter_cmdline (char *heap, int forever) in enter_cmdline()
183 run_script (char *script, char *heap) in run_script()
Dstage2.c240 char *heap, int entryno) in run_menu()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c251 sem_partial_path* heap, in checkpath_forwardByWordID()
357 sem_partial_path* heap, in checkpath_forward()
488 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParseByWordID() local
794 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParse() local
1089 static ESR_ReturnCode sem_partial_path_list_init(sem_partial_path* heap, int nheap) in sem_partial_path_list_init()
1098 static sem_partial_path* sem_partial_path_create(sem_partial_path* heap) in sem_partial_path_create()
1153 static ESR_ReturnCode sem_partial_path_free(sem_partial_path* heap, sem_partial_path* path) in sem_partial_path_free()
/external/webkit/JavaScriptCore/interpreter/
DRegisterFile.h197 void markGlobals(Heap* heap) { heap->markConservatively(lastGlobal(), m_start); } in markGlobals()
198 void markCallFrames(Heap* heap) { heap->markConservatively(m_start, m_end); } in markCallFrames()
DCallFrame.h85 Heap* heap() { return &globalData().heap; } in heap() function
/external/webkit/JavaScriptCore/runtime/
DArgList.cpp64 if (Heap* heap = Heap::heap(v)) { in slowAppend() local
DCollector.cpp244 static void freeHeap(CollectorHeap* heap) in freeHeap()
275 CollectorHeap& heap = heapType == PrimaryHeap ? primaryHeap : numberHeap; in heapAllocate() local
841 Heap* Heap::heap(JSValuePtr v) in heap() function in JSC::Heap
870 CollectorHeap& heap = heapType == PrimaryHeap ? primaryHeap : numberHeap; in sweep() local
1012 static void addToStatistics(Heap::Statistics& statistics, const CollectorHeap& heap) in addToStatistics()
DJSGlobalData.h133 Heap heap; variable
/external/bzip2/
Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/external/opencore/android/author/
Dandroid_camera_input.cpp82 sp<IMemoryHeap> heap = data.iFrameBuffer->getMemory(&offset, &size); in ReleaseQueuedFrames() local
411 sp<IMemoryHeap> heap = data.iFrameBuffer->getMemory(&offset, &size); in writeComplete() local
1124 sp<IMemoryHeap> heap = frame->getMemory(&offset, &size); in postWriteAsync() local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h281 vector<StateId> heap; in ShortestPath() local
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1997 static ALWAYS_INLINE void setThreadHeap(TCMalloc_ThreadCache* heap) in setThreadHeap()
2491 TCMalloc_ThreadCache *heap = threadheap_allocator.New(); in NewHeap() local
2567 TCMalloc_ThreadCache* heap = NULL; in CreateCacheIfNecessary() local
2618 TCMalloc_ThreadCache* heap = GetThreadHeap(); in CreateCacheIfNecessary() local
2651 void TCMalloc_ThreadCache::DeleteCache(TCMalloc_ThreadCache* heap) { in CreateCacheIfNecessary()
3054 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary() local
3102 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCacheIfPresent(); in CreateCacheIfNecessary() local
3153 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary() local
/external/webkit/WebCore/platform/image-decoders/zlib/
Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/external/zlib/
Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/external/opencore/android/
Dandroid_surface_output.cpp973 sp<MemoryHeapBase> heap = new MemoryHeapBase(frameSize * kBufferCount); in initCheck() local
/external/openssl/crypto/ec/
Decp_smpl.c1542 BIGNUM **heap = NULL; in ec_GFp_simple_points_make_affine() local