/third_party/gstreamer/gstreamer/gst/ |
D | gstmemory.c | 78 _gst_memory_copy (GstMemory * mem) in _gst_memory_copy() 85 _gst_memory_free (GstMemory * mem) in _gst_memory_free() 118 gst_memory_init (GstMemory * mem, GstMemoryFlags flags, in gst_memory_init() 156 gst_memory_is_type (GstMemory * mem, const gchar * mem_type) in gst_memory_is_type() 176 gst_memory_get_sizes (GstMemory * mem, gsize * offset, gsize * maxsize) in gst_memory_get_sizes() 201 gst_memory_resize (GstMemory * mem, gssize offset, gsize size) in gst_memory_resize() 237 gst_memory_make_mapped (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) in gst_memory_make_mapped() 292 gst_memory_map (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) in gst_memory_map() 343 gst_memory_unmap (GstMemory * mem, GstMapInfo * info) in gst_memory_unmap() 369 gst_memory_copy (GstMemory * mem, gssize offset, gssize size) in gst_memory_copy() [all …]
|
D | gstmemory.h | 43 #define GST_MEMORY_CAST(mem) ((GstMemory *)(mem)) argument 81 #define GST_MEMORY_FLAGS(mem) GST_MINI_OBJECT_FLAGS (mem) argument 89 #define GST_MEMORY_FLAG_IS_SET(mem,flag) GST_MINI_OBJECT_FLAG_IS_SET (mem,flag) argument 97 #define GST_MEMORY_FLAG_UNSET(mem,flag) GST_MINI_OBJECT_FLAG_UNSET (mem, flag) argument 105 #define GST_MEMORY_IS_READONLY(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_READONLY) argument 112 #define GST_MEMORY_IS_NO_SHARE(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_NO_SHARE) argument 119 #define GST_MEMORY_IS_ZERO_PREFIXED(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_ZERO_PREFIXED) argument 126 #define GST_MEMORY_IS_ZERO_PADDED(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_ZERO_PADDED) argument 136 #define GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_PHY… argument 146 #define GST_MEMORY_IS_NOT_MAPPABLE(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_NOT_MAPPABLE) argument
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 55 add_gtt_bo_map(struct aub_mem *mem, struct intel_batch_decode_bo bo, bool ppgtt, bool unmap_after_u… in add_gtt_bo_map() 66 aub_mem_clear_bo_maps(struct aub_mem *mem) in aub_mem_clear_bo_maps() 105 ensure_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in ensure_ggtt_entry() 121 search_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in search_ggtt_entry() 136 struct phys_mem *mem = rb_node_data(struct phys_mem, node, node); in cmp_phys_mem() local 158 ensure_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in ensure_phys_mem() 182 search_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in search_phys_mem() 198 struct aub_mem *mem = _mem; in aub_mem_local_write() local 211 struct aub_mem *mem = _mem; in aub_mem_ggtt_entry_write() local 227 struct aub_mem *mem = _mem; in aub_mem_phys_write() local [all …]
|
/third_party/nghttp2/tests/ |
D | nghttp2_buf_test.c | 36 nghttp2_mem *mem; in test_nghttp2_bufs_add() local 71 nghttp2_mem *mem; in test_nghttp2_bufs_add_stack_buffer_overflow_bug() local 90 nghttp2_mem *mem; in test_nghttp2_bufs_addb() local 155 nghttp2_mem *mem; in test_nghttp2_bufs_orb() local 193 nghttp2_mem *mem; in test_nghttp2_bufs_remove() local 232 nghttp2_mem *mem; in test_nghttp2_bufs_reset() local 269 nghttp2_mem *mem; in test_nghttp2_bufs_advance() local 290 nghttp2_mem *mem; in test_nghttp2_bufs_next_present() local 321 nghttp2_mem *mem; in test_nghttp2_bufs_realloc() local
|
D | nghttp2_hd_test.c | 53 nghttp2_mem *mem; in test_nghttp2_hd_deflate() local 148 nghttp2_mem *mem; in test_nghttp2_hd_deflate_same_indexed_repr() local 197 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indexed() local 242 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_noinc() local 278 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_inc() local 316 nghttp2_mem *mem; in test_nghttp2_hd_inflate_indname_inc_eviction() local 375 nghttp2_mem *mem; in test_nghttp2_hd_inflate_newname_noinc() local 409 nghttp2_mem *mem; in test_nghttp2_hd_inflate_newname_inc() local 446 nghttp2_mem *mem; in test_nghttp2_hd_inflate_clearall_inc() local 517 nghttp2_mem *mem; in test_nghttp2_hd_inflate_zero_length_huffman() local [all …]
|
/third_party/lwip/src/core/ |
D | mem.c | 169 mem_trim(void *mem, mem_size_t size) in mem_trim() 349 struct mem { struct 351 mem_size_t next; argument 353 mem_size_t prev; argument 358 mem_size_t user_size; argument 370 #define SIZEOF_STRUCT_MEM LWIP_MEM_ALIGN_SIZE(sizeof(struct mem)) argument 432 mem_overflow_init_element(struct mem *mem, mem_size_t user_size) in mem_overflow_init_element() 440 mem_overflow_check_element(struct mem *mem) in mem_overflow_check_element() 446 #define mem_overflow_init_element(mem, size) argument 447 #define mem_overflow_check_element(mem) argument [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmemory.c | 132 GstMemory *mem; in create_read_only_memory() local 145 GstMemory *mem, *mem2; in GST_START_TEST() local 183 GstMemory *mem, *sub_mem; in GST_START_TEST() local 246 GstMemory *mem; in GST_START_TEST() local 274 GstMemory *mem; in GST_START_TEST() local 372 GstMemory *mem; in GST_START_TEST() local 399 GstMemory *mem; in GST_START_TEST() local 451 GstMemory *mem; in GST_START_TEST() local 500 GstMemory *mem; in GST_START_TEST() local 542 GstMemory *mem; in GST_START_TEST() local [all …]
|
/third_party/rust/crates/nix/test/sys/ |
D | test_mman.rs | 32 let mem = mmap( in test_mremap_grow() localVariable 49 let mem = mremap( in test_mremap_grow() localVariable 58 let mem = mremap( in test_mremap_grow() localVariable 90 let mem = mmap( in test_mremap_shrink() localVariable 106 let mem = mremap( in test_mremap_shrink() localVariable
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 75 GstMemory *mem; in GST_START_TEST() local 90 GstMemory *mem; in GST_START_TEST() local 110 GstMemory *mem; in create_memory() local 150 GstMemory *mem; in GST_START_TEST() local 171 GstMemory *mem, *mem2; in GST_START_TEST() local 204 GstMemory *mem; in wrap_raw_data() local 247 GstMemory *mem; in GST_START_TEST() local 274 GstMemory *mem, *mem2; in wrap_gl_memory() local 318 GstMemory *mem, *mem2; in GST_START_TEST() local 342 GstMemory *mem, *mem2; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | gstfdmemory.c | 46 GstMemory mem; member 60 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_free() local 82 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_map() local 158 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_unmap() local 185 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_share() local 287 GstFdMemory *mem; in gst_fd_allocator_alloc() local 320 gst_is_fd_memory (GstMemory * mem) in gst_is_fd_memory() 339 gst_fd_memory_get_fd (GstMemory * mem) in gst_fd_memory_get_fd()
|
/third_party/libexif/libexif/ |
D | exif-mem.c | 37 ExifMem *mem; in exif_mem_new() local 54 exif_mem_ref (ExifMem *mem) in exif_mem_ref() 61 exif_mem_unref (ExifMem *mem) in exif_mem_unref() 69 exif_mem_free (ExifMem *mem, void *d) in exif_mem_free() 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() 89 exif_mem_realloc (ExifMem *mem, void *d, ExifLong ds) in exif_mem_realloc()
|
/third_party/gstreamer/gstreamer/tests/examples/memory/ |
D | my-vidmem.c | 26 GstMemory mem; member 45 _my_free (GstAllocator * allocator, GstMemory * mem) in _my_free() 55 _my_vidmem_map (MyVidmem * mem, gsize maxsize, GstMapFlags flags) in _my_vidmem_map() 77 _my_vidmem_unmap (MyVidmem * mem) in _my_vidmem_unmap() 84 _my_vidmem_share (MyVidmem * mem, gssize offset, gsize size) in _my_vidmem_share() 157 MyVidmem *mem; in my_vidmem_alloc() local 178 my_is_vidmem (GstMemory * mem) in my_is_vidmem() 184 my_vidmem_get_format (GstMemory * mem, guint * format, guint * width, in my_vidmem_get_format()
|
D | my-memory.c | 24 GstMemory mem; member 34 MyMemory *mem; in _my_alloc() local 50 _my_free (GstAllocator * allocator, GstMemory * mem) in _my_free() 60 _my_mem_map (MyMemory * mem, gsize maxsize, GstMapFlags flags) in _my_mem_map() 82 _my_mem_unmap (MyMemory * mem) in _my_mem_unmap() 89 _my_mem_share (MyMemory * mem, gssize offset, gsize size) in _my_mem_share()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudamemory.c | 106 GstCudaMemory *mem; in gst_cuda_allocator_alloc() local 160 GstCudaMemory *mem = GST_CUDA_MEMORY_CAST (memory); in gst_cuda_allocator_free() local 181 gst_cuda_memory_upload_transfer (GstCudaMemory * mem) in gst_cuda_memory_upload_transfer() 220 gst_cuda_memory_download_transfer (GstCudaMemory * mem) in gst_cuda_memory_download_transfer() 258 gst_cuda_memory_device_memory_map (GstCudaMemory * mem) in gst_cuda_memory_device_memory_map() 327 cuda_mem_map (GstCudaMemory * mem, gsize maxsize, GstMapFlags flags) in cuda_mem_map() 379 cuda_mem_unmap_full (GstCudaMemory * mem, GstMapInfo * info) in cuda_mem_unmap_full() 410 cuda_mem_copy (GstMemory * mem, gssize offset, gssize size) in cuda_mem_copy() 481 gst_is_cuda_memory (GstMemory * mem) in gst_is_cuda_memory()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11memory.cpp | 373 gst_d3d11_memory_map_full (GstMemory * mem, GstMapInfo * info, gsize maxsize) in gst_d3d11_memory_map_full() 449 gst_d3d11_memory_unmap_full (GstMemory * mem, GstMapInfo * info) in gst_d3d11_memory_unmap_full() 479 gst_d3d11_memory_share (GstMemory * mem, gssize offset, gssize size) in gst_d3d11_memory_share() 486 gst_d3d11_memory_update_size (GstMemory * mem) in gst_d3d11_memory_update_size() 538 gst_is_d3d11_memory (GstMemory * mem) in gst_is_d3d11_memory() 583 gst_d3d11_memory_get_texture_handle (GstD3D11Memory * mem) in gst_d3d11_memory_get_texture_handle() 599 gst_d3d11_memory_get_subresource_index (GstD3D11Memory * mem) in gst_d3d11_memory_get_subresource_index() 618 gst_d3d11_memory_get_texture_desc (GstD3D11Memory * mem, in gst_d3d11_memory_get_texture_desc() 630 gst_d3d11_memory_get_texture_stride (GstD3D11Memory * mem, guint * stride) in gst_d3d11_memory_get_texture_stride() 641 create_shader_resource_views (GstD3D11Memory * mem) in create_shader_resource_views() [all …]
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_mem.c | 40 void *mem = malloc(size); in cil_malloc() local 54 void *mem = calloc(num_elements, element_size); in cil_calloc() local 65 void *mem = realloc(ptr, size); in cil_realloc() local 80 char *mem = NULL; in cil_strdup() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkbuffermemory.c | 64 _vk_buffer_mem_init (GstVulkanBufferMemory * mem, GstAllocator * allocator, in _vk_buffer_mem_init() 104 GstVulkanBufferMemory *mem = NULL; in _vk_buffer_mem_new_alloc() local 171 GstVulkanBufferMemory *mem = g_new0 (GstVulkanBufferMemory, 1); in _vk_buffer_mem_new_wrapped() local 189 _vk_buffer_mem_map_full (GstVulkanBufferMemory * mem, GstMapInfo * info, in _vk_buffer_mem_map_full() 215 _vk_buffer_mem_unmap_full (GstVulkanBufferMemory * mem, GstMapInfo * info) in _vk_buffer_mem_unmap_full() 231 _vk_buffer_mem_share (GstVulkanBufferMemory * mem, gssize offset, gssize size) in _vk_buffer_mem_share() 255 GstVulkanBufferMemory *mem = (GstVulkanBufferMemory *) memory; in _vk_buffer_mem_free() local 292 GstVulkanBufferMemory *mem; in gst_vulkan_buffer_memory_alloc() local 318 GstVulkanBufferMemory *mem; in gst_vulkan_buffer_memory_wrapped() local 391 gst_is_vulkan_buffer_memory (GstMemory * mem) in gst_is_vulkan_buffer_memory()
|
D | gstvkmemory.c | 50 _vk_mem_init (GstVulkanMemory * mem, GstAllocator * allocator, in _vk_mem_init() 98 GstVulkanMemory *mem = g_new0 (GstVulkanMemory, 1); in _vk_mem_new() local 119 _vk_mem_map_full (GstVulkanMemory * mem, GstMapInfo * info, gsize size) in _vk_mem_map_full() 143 _vk_mem_unmap_full (GstVulkanMemory * mem, GstMapInfo * info) in _vk_mem_unmap_full() 155 _vk_mem_share (GstVulkanMemory * mem, gssize offset, gsize size) in _vk_mem_share() 199 GstVulkanMemory *mem = (GstVulkanMemory *) memory; in _vk_mem_free() local 268 GstVulkanMemory *mem; in gst_vulkan_memory_alloc() local 337 gst_is_vulkan_memory (GstMemory * mem) in gst_is_vulkan_memory()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkIPC.inl | 63 void ipc_mem_init (ipc_sharedmemory* mem, char* name, size_t size) 76 unsigned char* ipc_mem_access (ipc_sharedmemory* mem) 93 int ipc_mem_open_existing (ipc_sharedmemory* mem) 107 int ipc_mem_create (ipc_sharedmemory* mem) 122 void ipc_mem_close (ipc_sharedmemory* mem) 169 int ipc_mem_open_existing (ipc_sharedmemory* mem) 182 int ipc_mem_create (ipc_sharedmemory* mem) 202 void ipc_mem_close (ipc_sharedmemory* mem)
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_device_memory.c | 36 struct vn_device_memory *mem = NULL; in vn_device_memory_pool_grow_alloc() local 136 struct vn_device_memory *mem; in vn_device_memory_pool_grow_locked() local 154 struct vn_device_memory *mem, in vn_device_memory_pool_suballocate() 244 struct vn_device_memory *mem, in vn_device_memory_import_dma_buf() 297 struct vn_device_memory *mem, in vn_device_memory_alloc_guest_vram() 350 struct vn_device_memory *mem, in vn_device_memory_alloc_generic() 386 struct vn_device_memory *mem, in vn_device_memory_alloc() 444 struct vn_device_memory *mem = in vn_AllocateMemory() local 492 struct vn_device_memory *mem = vn_device_memory_from_handle(memory); in vn_FreeMemory() local 523 ASSERTED struct vn_device_memory *mem = in vn_GetDeviceMemoryOpaqueCaptureAddress() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.c | 68 _default_create (GstGLBaseMemory * mem, GError ** error) in _default_create() 81 GstGLBaseMemory *mem; member 130 gst_gl_base_memory_init (GstGLBaseMemory * mem, GstAllocator * allocator, in gst_gl_base_memory_init() 222 GstMemory *mem = (GstMemory *) gl_mem; in gst_gl_base_memory_alloc_data() local 244 GstGLBaseMemory *mem; member 254 GstGLBaseMemory *mem = transfer->mem; in _map_data_gl() local 313 _mem_map_full (GstGLBaseMemory * mem, GstMapInfo * info, gsize size) in _mem_map_full() 330 GstGLBaseMemory *mem; member 338 GstGLBaseMemory *mem = transfer->mem; in _unmap_data_gl() local 373 _mem_unmap_full (GstGLBaseMemory * mem, GstMapInfo * info) in _mem_unmap_full() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 69 gst_is_gl_memory_egl (GstMemory * mem) in gst_is_gl_memory_egl() 92 gst_gl_memory_egl_get_image (GstGLMemoryEGL * mem) in gst_gl_memory_egl_get_image() 108 gst_gl_memory_egl_get_display (GstGLMemoryEGL * mem) in gst_gl_memory_egl_get_display() 126 _gl_mem_destroy (GstGLMemoryEGL * mem) in _gl_mem_destroy() 140 GstGLMemoryEGL *mem; in _gl_mem_egl_alloc() local
|
/third_party/unity/extras/memory/src/ |
D | unity_memory.c | 69 char* mem; in unity_malloc() local 107 static int isOverrun(void* mem) in isOverrun() 116 static void release_memory(void* mem) in release_memory() 138 void unity_free(void* mem) in unity_free() 157 void* mem = unity_malloc(num * size); in unity_calloc() local
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|
/third_party/musl/src/regex/ |
D | tre-mem.c | 55 tre_mem_t mem; in tre_mem_new_impl() local 71 tre_mem_destroy(tre_mem_t mem) in tre_mem_destroy() 89 tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block, in tre_mem_alloc_impl()
|