Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/third_party/mesa3d/src/intel/tools/
Daub_mem.c55 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/
Dnghttp2_buf_test.c38 nghttp2_mem *mem; in test_nghttp2_bufs_add() local
73 nghttp2_mem *mem; in test_nghttp2_bufs_add_stack_buffer_overflow_bug() local
92 nghttp2_mem *mem; in test_nghttp2_bufs_addb() local
157 nghttp2_mem *mem; in test_nghttp2_bufs_orb() local
195 nghttp2_mem *mem; in test_nghttp2_bufs_remove() local
234 nghttp2_mem *mem; in test_nghttp2_bufs_reset() local
271 nghttp2_mem *mem; in test_nghttp2_bufs_advance() local
292 nghttp2_mem *mem; in test_nghttp2_bufs_next_present() local
323 nghttp2_mem *mem; in test_nghttp2_bufs_realloc() local
Dnghttp2_hd_test.c53 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/
Dmem.c169 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/rust/crates/nix/test/sys/
Dtest_mman.rs32 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/libexif/libexif/
Dexif-mem.c37 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/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_mem.c60 void *ngtcp2_mem_malloc(const ngtcp2_mem *mem, size_t size) { in ngtcp2_mem_malloc()
64 void ngtcp2_mem_free(const ngtcp2_mem *mem, void *ptr) { in ngtcp2_mem_free()
68 void *ngtcp2_mem_calloc(const ngtcp2_mem *mem, size_t nmemb, size_t size) { in ngtcp2_mem_calloc()
72 void *ngtcp2_mem_realloc(const ngtcp2_mem *mem, void *ptr, size_t size) { in ngtcp2_mem_realloc()
76 void *ngtcp2_mem_malloc_debug(const ngtcp2_mem *mem, size_t size, in ngtcp2_mem_malloc_debug()
86 void ngtcp2_mem_free_debug(const ngtcp2_mem *mem, void *ptr, const char *func, in ngtcp2_mem_free_debug()
93 void *ngtcp2_mem_calloc_debug(const ngtcp2_mem *mem, size_t nmemb, size_t size, in ngtcp2_mem_calloc_debug()
103 void *ngtcp2_mem_realloc_debug(const ngtcp2_mem *mem, void *ptr, size_t size, in ngtcp2_mem_realloc_debug()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_mem.c61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc()
65 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr) { in nghttp3_mem_free()
69 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size) { in nghttp3_mem_calloc()
73 void *nghttp3_mem_realloc(const nghttp3_mem *mem, void *ptr, size_t size) { in nghttp3_mem_realloc()
77 void *nghttp3_mem_malloc_debug(const nghttp3_mem *mem, size_t size, in nghttp3_mem_malloc_debug()
88 void nghttp3_mem_free_debug(const nghttp3_mem *mem, void *ptr, const char *func, in nghttp3_mem_free_debug()
103 void *nghttp3_mem_calloc_debug(const nghttp3_mem *mem, size_t nmemb, in nghttp3_mem_calloc_debug()
114 void *nghttp3_mem_realloc_debug(const nghttp3_mem *mem, void *ptr, size_t size, in nghttp3_mem_realloc_debug()
/third_party/selinux/libsepol/cil/src/
Dcil_mem.c40 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/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkIPC.inl63 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/
Dvn_device_memory.c36 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/libexif/libexif/huawei/
Dmnote-huawei-data-type.c26 ExifMem *mem = exif_mem_new_default (); in exif_huawei_entry_count_new() local
35 exif_huawei_entry_count_new_mem (ExifMem *mem) in exif_huawei_entry_count_new_mem()
56 ExifMem *mem; in exif_huawei_entry_count_free() local
/third_party/unity/extras/memory/src/
Dunity_memory.c69 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/uniproton/kernel/src/regex/
Dtre-mem.c55 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/
Dtre-mem.c55 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/porting/liteos_m_iccarm/kernel/src/regex/
Dtre-mem.c55 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/porting/liteos_m/kernel/src/regex/
Dtre-mem.c55 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/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp250 UToolMemory *mem; in utm_open() local
272 utm_close(UToolMemory *mem) { in utm_close()
283 utm_getStart(UToolMemory *mem) { in utm_getStart()
288 utm_countItems(UToolMemory *mem) { in utm_countItems()
294 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
333 utm_alloc(UToolMemory *mem) { in utm_alloc()
346 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/third_party/nghttp2/lib/
Dnghttp2_mem.c56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc()
60 void nghttp2_mem_free(nghttp2_mem *mem, void *ptr) { in nghttp2_mem_free()
68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc()
72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
Dnghttp2_buf.c40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2()
45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free()
54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
92 nghttp2_mem *mem) { in buf_chain_new()
111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del()
117 nghttp2_mem *mem) { in nghttp2_bufs_init()
122 size_t max_chunk, size_t offset, nghttp2_mem *mem) { in nghttp2_bufs_init2()
129 nghttp2_mem *mem) { in nghttp2_bufs_init3()
203 nghttp2_mem *mem) { in nghttp2_bufs_wrap_init()
230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_mem.c56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc()
60 void nghttp2_mem_free(nghttp2_mem *mem, void *ptr) { in nghttp2_mem_free()
68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc()
72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
Dnghttp2_buf.c40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2()
45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free()
54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
92 nghttp2_mem *mem) { in buf_chain_new()
111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del()
117 nghttp2_mem *mem) { in nghttp2_bufs_init()
122 size_t max_chunk, size_t offset, nghttp2_mem *mem) { in nghttp2_bufs_init2()
129 nghttp2_mem *mem) { in nghttp2_bufs_init3()
203 nghttp2_mem *mem) { in nghttp2_bufs_wrap_init()
230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2()
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c109 static int RemapMemBuffer(MemBuffer* const mem, in RemapMemBuffer()
118 static int InitMemBuffer(MemBuffer* const mem, in InitMemBuffer()
125 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) { in MemDataSize()
130 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) { in SizeIsInvalid()
134 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) { in Skip()
138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) { in Rewind()
142 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* const mem) { in GetBuffer()
147 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte()
153 static WEBP_INLINE int ReadLE16s(MemBuffer* const mem) { in ReadLE16s()
160 static WEBP_INLINE int ReadLE24s(MemBuffer* const mem) { in ReadLE24s()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp275 UToolMemory *mem; in utm_open() local
297 utm_close(UToolMemory *mem) { in utm_close()
308 utm_getStart(UToolMemory *mem) { in utm_getStart()
313 utm_countItems(UToolMemory *mem) { in utm_countItems()
319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
358 utm_alloc(UToolMemory *mem) { in utm_alloc()
371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dtoolutil.cpp275 UToolMemory *mem; in utm_open() local
297 utm_close(UToolMemory *mem) { in utm_close()
308 utm_getStart(UToolMemory *mem) { in utm_getStart()
313 utm_countItems(UToolMemory *mem) { in utm_countItems()
319 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity()
358 utm_alloc(UToolMemory *mem) { in utm_alloc()
371 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()

12345678910>>...25