/external/compiler-rt/lib/msan/ |
D | msan.h | 52 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) & ~0x4000000000ULL) argument 107 # define MEM_TO_SHADOW(mem) ((uptr)mem ^ 0x6000000000ULL) argument 124 #define LINEARIZE_MEM(mem) \ argument 126 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x080000000000ULL) argument 145 #define LINEARIZE_MEM(mem) \ argument 147 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x100000000000ULL) argument 162 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) & ~0x400000000000ULL) argument 163 #define SHADOW_TO_ORIGIN(mem) (((uptr)(mem)) + 0x200000000000ULL) argument 183 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x500000000000ULL) argument 184 #define SHADOW_TO_ORIGIN(mem) (((uptr)(mem)) + 0x100000000000ULL) argument [all …]
|
/external/libaom/libaom/aom_ports/ |
D | mem_ops.h | 68 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be16() local 79 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be24() local 91 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be32() local 104 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le16() local 115 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le24() local 127 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le32() local 171 MAU_T *mem = (MAU_T *)vmem; in mem_put_be16() local 180 MAU_T *mem = (MAU_T *)vmem; in mem_put_be24() local 190 MAU_T *mem = (MAU_T *)vmem; in mem_put_be32() local 201 MAU_T *mem = (MAU_T *)vmem; in mem_put_le16() local [all …]
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem_ops.h | 67 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be16() local 78 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be24() local 90 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be32() local 103 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le16() local 114 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le24() local 126 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le32() local 170 MAU_T *mem = (MAU_T *)vmem; in mem_put_be16() local 179 MAU_T *mem = (MAU_T *)vmem; in mem_put_be24() local 189 MAU_T *mem = (MAU_T *)vmem; in mem_put_be32() local 200 MAU_T *mem = (MAU_T *)vmem; in mem_put_le16() local [all …]
|
/external/compiler-rt/test/tsan/ |
D | free_race2.c | 4 void __attribute__((noinline)) foo(int *mem) { in foo() 8 void __attribute__((noinline)) bar(int *mem) { in bar() 13 int *mem = (int*)malloc(100); in main() local
|
/external/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()
|
D | exif-log.c | 35 ExifMem *mem; member 71 exif_log_new_mem (ExifMem *mem) in exif_log_new_mem() 88 ExifMem *mem = exif_mem_new_default (); in exif_log_new() local 114 ExifMem *mem = log ? log->mem : NULL; in exif_log_free() local
|
D | exif-content.c | 38 ExifMem *mem; member 45 ExifMem *mem = exif_mem_new_default (); in exif_content_new() local 54 exif_content_new_mem (ExifMem *mem) in exif_content_new_mem() 95 ExifMem *mem = (content && content->priv) ? content->priv->mem : NULL; in exif_content_free() local
|
/external/libchrome/base/memory/ |
D | ref_counted_memory_unittest.cc | 21 auto mem = MakeRefCounted<RefCountedStaticMemory>("static mem00", 10); in TEST() local 31 scoped_refptr<RefCountedMemory> mem = RefCountedBytes::TakeVector(&data); in TEST() local 51 auto mem = base::MakeRefCounted<RefCountedBytes>(10); in TEST() local 66 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST() local 82 auto mem = in TEST() local 92 scoped_refptr<RefCountedSharedMemoryMapping> mem; in TEST() local 141 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_mem.c | 52 void *mem = malloc(size); in cil_malloc() local 65 void *mem = calloc(num_elements, element_size); in cil_calloc() local 75 void *mem = realloc(ptr, size); in cil_realloc() local 89 char *mem = NULL; in cil_strdup() local
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | allocator_device_cl.c | 28 cl_mem mem = clCreateBuffer(runtime->cl.context, in skc_runtime_device_perm_alloc() local 38 cl_mem const mem) in skc_runtime_device_perm_free() 75 cl_mem mem = clCreateSubBuffer(runtime->allocator.device.temp.extent, in skc_runtime_device_temp_alloc() local 87 cl_mem const mem, in skc_runtime_device_temp_free()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | allocator_device_cl.c | 28 cl_mem mem = clCreateBuffer(runtime->cl.context, in skc_runtime_device_perm_alloc() local 38 cl_mem const mem) in skc_runtime_device_perm_free() 75 cl_mem mem = clCreateSubBuffer(runtime->allocator.device.temp.extent, in skc_runtime_device_temp_alloc() local 87 cl_mem const mem, in skc_runtime_device_temp_free()
|
/external/u-boot/arch/arm/mach-exynos/ |
D | dmc_common.c | 17 int dmc_config_zq(struct mem_timings *mem, uint32_t *phy0_con16, in dmc_config_zq() 95 void dmc_config_mrs(struct mem_timings *mem, uint32_t *directcmd) in dmc_config_mrs() 136 void dmc_config_prech(struct mem_timings *mem, uint32_t *directcmd) in dmc_config_prech() 157 struct mem_timings *mem; in mem_ctrl_init() local
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | thread_info_base.hpp | 46 unsigned char* const mem = static_cast<unsigned char*>(pointer); in allocate() local 57 unsigned char* const mem = static_cast<unsigned char*>(pointer); in allocate() local 69 unsigned char* const mem = static_cast<unsigned char*>(pointer); in deallocate() local
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 251 UToolMemory *mem; in utm_open() local 273 utm_close(UToolMemory *mem) { in utm_close() 284 utm_getStart(UToolMemory *mem) { in utm_getStart() 289 utm_countItems(UToolMemory *mem) { in utm_countItems() 295 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() 334 utm_alloc(UToolMemory *mem) { in utm_alloc() 347 utm_allocN(UToolMemory *mem, int32_t n) { in utm_allocN()
|
/external/webp/src/demux/ |
D | demux.c | 109 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 …]
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_helpers.h | 40 const T* GpuMemory(const DeviceMemory<T>& mem) { in GpuMemory() 47 T* GpuMemoryMutable(DeviceMemory<T>* mem) { in GpuMemoryMutable()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 72 #define RESIZE(mem, size) HeapReAlloc(GetProcessHeap(), 0, mem, size) argument 73 #define FREE(mem) HeapFree(GetProcessHeap(), 0, mem) argument 84 #define RESIZE(mem, size) realloc(mem, size) argument 85 #define FREE(mem) free(mem) argument
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 156 void* mem = value_memory(&v); in Map_mark() local 284 void* mem = value_memory(&v); in Map_each() local 335 void* mem = value_memory(&v); in Map_values() local 363 void* mem = value_memory(&v); in Map_index() local 385 void* mem; in Map_index_set() local 440 void* mem = value_memory(&v); in Map_delete() local 509 void* mem = value_memory(&v); in Map_dup() local 537 void* mem = value_memory(&v); in Map_deep_copy() local 600 void* mem = value_memory(&v); in Map_eq() local 641 void* mem = value_memory(&v); in Map_hash() local [all …]
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.c | 38 static size_t *get_malloc_address_location(void *const mem) { in get_malloc_address_location() 46 static void set_actual_malloc_address(void *const mem, in set_actual_malloc_address() 52 static void *get_actual_malloc_address(void *const mem) { in get_actual_malloc_address()
|
/external/clang/test/CodeGenCXX/ |
D | constructors.cpp | 18 Member mem; member 41 Member mem; member 61 Member mem; member 78 Member mem; member
|
/external/perfetto/src/base/ |
D | paged_memory_unittest.cc | 40 PagedMemory mem = PagedMemory::Allocate(kSize); in TEST() local 71 PagedMemory mem = PagedMemory::Allocate(kSize, PagedMemory::kDontCommit); in TEST() local 141 PagedMemory mem = PagedMemory::Allocate(kSize); in TEST() local
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.c | 34 static size_t *GetMallocAddressLocation(void *const mem) { in GetMallocAddressLocation() 38 static void SetActualMallocAddress(void *const mem, in SetActualMallocAddress() 44 static void *GetActualMallocAddress(void *const mem) { in GetActualMallocAddress()
|
/external/curl/docs/examples/ |
D | crawler.c | 54 memory *mem = (memory*) ctx; in grow_buffer() local 76 memory *mem = malloc(sizeof(memory)); in make_handle() local 100 size_t follow_links(CURLM *multi_handle, memory *mem, char *url) in follow_links() 180 memory *mem; in main() local
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 70 my_free(const void *context, void *mem) { in my_free() 80 my_realloc(const void *context, void *mem, size_t size) { in my_realloc()
|
/external/u-boot/lib/ |
D | of_live.c | 18 static void *unflatten_dt_alloc(void **mem, unsigned long size, in unflatten_dt_alloc() 41 static void *unflatten_dt_node(const void *blob, void *mem, int *poffset, in unflatten_dt_node() 266 void *mem; in unflatten_device_tree() local
|