/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
H A D | ftsystem.h | 170 * free :: 182 FT_Free_Func free; member in struct:FT_MemoryRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/ |
H A D | ftmisc.h | 77 FT_Free_Func free; member in struct:FT_MemoryRec_
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
H A D | SDL_sysaudio.h | 94 void (*free)(_THIS); member in struct:SDL_AudioDevice
|
/external/skia/src/gpu/gl/ |
H A D | GrGLNameAllocator.cpp | 46 * there is not a free name within. 49 * be set to zero if there were no free names within the 101 * @param name The name to free. Not-allocated names are silently ignored 103 * @return The resulting SparseNameRange after the free (or NULL if it 109 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) = 0; 188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE { 190 fLeft.reset(fLeft->free(name)); 192 // fLeft became empty after the free. 198 fRight.reset(fRight->free(name)); 200 // fRight became empty after the free 363 void GrGLNameAllocator::free(GrGLuint name) { function in class:GrGLNameAllocator [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
H A D | vg_libciface.h | 13 This program is free software; you can redistribute it and/or 49 #define free(_pt) VG_(arena_free) (VG_AR_DEMANGLE,(_pt)) macro
|
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | server.h | 9 This program is free software; you can redistribute it and/or modify 163 #define free(b) VG_(arena_free) (VG_AR_CORE, b) macro
|
/external/valgrind/main/coregrind/ |
H A D | m_rangemap.c | 13 This program is free software; you can redistribute it and/or 53 void (*free) ( void* ); /* free fn */ member in struct:_RangeMap 77 rm->free = free_fn; 95 vg_assert(rm->free); 98 rm->free(rm);
|
/external/valgrind/main/drd/tests/ |
H A D | circular_buffer.c | 29 #define FREE_SEMAPHORE_NAME "cb-free-semaphore" 37 /* Counting semaphore representing the number of free elements. */ 38 sem_t* free; member in struct:__anon32785 86 free(p); 93 b->free = create_semaphore(FREE_SEMAPHORE_NAME, BUFFER_MAX); 122 sem_post(b->free); 128 sem_wait(b->free); 151 destroy_semaphore(FREE_SEMAPHORE_NAME, b->free);
|
/external/antlr/antlr-3.4/runtime/C/include/ |
H A D | antlr3baserecognizer.h | 352 /** Pointer to a function that knows how to free the resources of a base recognizer. 354 void (*free) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member in struct:ANTLR3_BASE_RECOGNIZER_struct
|
H A D | antlr3basetreeadaptor.h | 144 void (*free) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
|
H A D | antlr3commontreenodestream.h | 119 void (*free) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); member in struct:ANTLR3_TREE_NODE_STREAM_struct 299 void (*free) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct 304 /// closed it will not free the root tree as this tree always
|
H A D | antlr3debugeventlistener.h | 388 void (*free) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
|
H A D | antlr3tokenstream.h | 180 /** Function that knows how to free the memory for an ANTLR3_TOKEN_STREAM 182 void (*free) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_TOKEN_STREAM_struct 285 * but that does not free up any resources, such as the token factory 293 /** Function that knows how to free an ANTLR3_COMMON_TOKEN_STREAM 295 void (*free) (struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
|
/external/bluetooth/bluedroid/stack/avrc/ |
H A D | avrc_api.c | 55 #define AVRC_OP_DROP_N_FREE 0xFD /* use this unused opcode to indication no need to call the callback function & free buffer */ 532 BOOLEAN free = TRUE; local 583 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */ 613 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */ 677 free = FALSE; 679 free = TRUE; 747 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */ 761 free = FALSE; 780 if (free)
|
/external/chromium_org/base/allocator/ |
H A D | allocator_shim.cc | 14 // amount of inlining that we get with malloc/free/etc. 120 void free(void* p) { function 153 // the requested new size is zero, realloc should free the ptr and return 319 // TCMalloc returns pointers from memalign() that are safe to use with free().
|
/external/chromium_org/third_party/hwcplus/include/hardware/ |
H A D | gralloc.h | 164 * This function doesn't close or free the handle itself; this is done 277 * (*free)() Frees a previously allocated buffer. 286 int (*free)(struct alloc_device_t* dev, member in struct:alloc_device_t
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_pool.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 67 struct list_head free; member in struct:pool_pb_manager 114 LIST_ADD(&pool_buf->head, &pool->free); 207 item = pool->free.next; 209 if (item == &pool->free) { 275 LIST_INITHEAD(&pool->free); 307 LIST_ADDTAIL(&pool_buf->head, &pool->free);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
H A D | nouveau_mm.c | 21 struct list_head free; member in struct:mm_bucket 41 int free; member in struct:mm_slab 50 if (slab->free == 0) 58 slab->free--; 71 slab->free++; 72 assert(slab->free <= slab->count); 142 slab->count = slab->free = size >> chunk_order; 144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free); 180 if (LIST_IS_EMPTY(&bucket->free)) { 183 slab = LIST_ENTRY(struct mm_slab, bucket->free [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
H A D | compat.hpp | 4 // Permission is hereby granted, free of charge, to any person obtaining a 54 free(int n, T *p) { function in class:clover::compat::vector 58 std::free(p); 77 free(n, p); 82 free(n, p); 94 free(n, p);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
H A D | radeon_dma.c | 12 Permission is hereby granted, free of charge, to any person obtaining a 206 make_empty_list(&rmesa->dma.free); 223 if (is_empty_list(&rmesa->dma.free) 224 || last_elem(&rmesa->dma.free)->bo->size < size) { 242 dma_bo = last_elem(&rmesa->dma.free); 302 foreach_s(dma_bo, temp, &rmesa->dma.free) { 347 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME; 348 const int time = rmesa->dma.free.expire_counter; 351 size_t free = 0, local 354 foreach(dma_bo, &rmesa->dma.free) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
H A D | radeon_dma.c | 12 Permission is hereby granted, free of charge, to any person obtaining a 206 make_empty_list(&rmesa->dma.free); 223 if (is_empty_list(&rmesa->dma.free) 224 || last_elem(&rmesa->dma.free)->bo->size < size) { 242 dma_bo = last_elem(&rmesa->dma.free); 302 foreach_s(dma_bo, temp, &rmesa->dma.free) { 347 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME; 348 const int time = rmesa->dma.free.expire_counter; 351 size_t free = 0, local 354 foreach(dma_bo, &rmesa->dma.free) [all...] |
/external/chromium_org/third_party/skia/include/core/ |
H A D | SkPostConfig.h | 254 # ifdef free 255 # undef free macro 258 # undef free macro
|
/external/chromium_org/third_party/skia/src/lazy/ |
H A D | SkDiscardableMemoryPool.cpp | 60 /** Function called to free memory if needed */ 63 void free(PoolDiscardableMemory* dm); 110 fPool->free(this); 190 void DiscardableMemoryPool::free(PoolDiscardableMemory* dm) { function in class:__anon15322::DiscardableMemoryPool
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | stream_unittest.cc | 384 size_t free; local 385 EXPECT_TRUE(buff.GetWriteBuffer(&free) != NULL); 386 EXPECT_EQ(0U, free);
|
/external/chromium_org/tools/android/heap_profiler/ |
H A D | heap_profiler_hooks_android.c | 61 real_free = (free_t) dlsym(RTLD_NEXT, "free"); 176 HEAP_PROFILER_EXPORT void free(void* ptr) { function
|