Home
last modified time | relevance | path

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

12345678910>>...21

/external/compiler-rt/lib/msan/
Dmsan.h52 #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/
Dmem_ops.h68 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/
Dmem_ops.h67 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/
Dfree_race2.c4 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/
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()
Dexif-log.c35 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
Dexif-content.c38 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/
Dref_counted_memory_unittest.cc21 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/
Dcil_mem.c52 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/
Dallocator_device_cl.c28 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/
Dallocator_device_cl.c28 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/
Ddmc_common.c17 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/
Dthread_info_base.hpp46 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/
Dtoolutil.cpp251 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/
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 …]
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_helpers.h40 const T* GpuMemory(const DeviceMemory<T>& mem) { in GpuMemory()
47 T* GpuMemoryMutable(DeviceMemory<T>* mem) { in GpuMemoryMutable()
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h72 #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/
Dmap.c156 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/
Dvpx_mem.c38 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/
Dconstructors.cpp18 Member mem; member
41 Member mem; member
61 Member mem; member
78 Member mem; member
/external/perfetto/src/base/
Dpaged_memory_unittest.cc40 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/
Daom_mem.c34 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/
Dcrawler.c54 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/
Ducnvavailperf.cpp70 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/
Dof_live.c18 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

12345678910>>...21