Home
last modified time | relevance | path

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

12345678910>>...31

/external/llvm-project/compiler-rt/lib/msan/
Dmsan.h63 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x8000000000ULL) argument
158 # define MEM_TO_SHADOW(mem) ((uptr)mem ^ 0x6000000000ULL) argument
179 #define LINEARIZE_MEM(mem) \ argument
181 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x080000000000ULL) argument
194 #define MEM_TO_SHADOW(mem) \ argument
214 #define LINEARIZE_MEM(mem) \ argument
216 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x100000000000ULL) argument
231 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) & ~0x400000000000ULL) argument
232 #define SHADOW_TO_ORIGIN(mem) (((uptr)(mem)) + 0x200000000000ULL) argument
252 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x500000000000ULL) argument
[all …]
/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/mesa3d/src/intel/tools/
Daub_mem.c54 add_gtt_bo_map(struct aub_mem *mem, struct gen_batch_decode_bo bo, bool ppgtt, bool unmap_after_use) in add_gtt_bo_map()
65 aub_mem_clear_bo_maps(struct aub_mem *mem) in aub_mem_clear_bo_maps()
104 ensure_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in ensure_ggtt_entry()
120 search_ggtt_entry(struct aub_mem *mem, uint64_t virt_addr) in search_ggtt_entry()
135 struct phys_mem *mem = rb_node_data(struct phys_mem, node, node); in cmp_phys_mem() local
140 ensure_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in ensure_phys_mem()
164 search_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in search_phys_mem()
180 struct aub_mem *mem = _mem; in aub_mem_local_write() local
193 struct aub_mem *mem = _mem; in aub_mem_ggtt_entry_write() local
209 struct aub_mem *mem = _mem; in aub_mem_phys_write() local
[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/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
/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/rust/crates/nix/test/sys/
Dtest_mman.rs27 let mem = mmap(std::ptr::null_mut(), ONE_K, in test_mremap_grow() localVariable
38 let mem = mremap(slice.as_mut_ptr() as * mut c_void, ONE_K, 10 * ONE_K, in test_mremap_grow() localVariable
58 let mem = mmap(std::ptr::null_mut(), 10 * ONE_K, in test_mremap_shrink() localVariable
69 let mem = mremap(slice.as_mut_ptr() as * mut c_void, 10 * ONE_K, ONE_K, in test_mremap_shrink() localVariable
/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/llvm-project/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/selinux/libsepol/cil/src/
Dcil_mem.c39 void *mem = malloc(size); in cil_malloc() local
53 void *mem = calloc(num_elements, element_size); in cil_calloc() local
64 void *mem = realloc(ptr, size); in cil_realloc() local
79 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/mesa3d/src/panfrost/lib/
Ddecode.h51 __pandecode_fetch_gpu_mem(const struct pandecode_mapped_memory *mem, in __pandecode_fetch_gpu_mem()
70 #define pandecode_fetch_gpu_mem(mem, gpu_va, size) \ argument
76 #define PANDECODE_PTR(mem, gpu_va, type) \ argument
81 #define PANDECODE_PTR_VAR(name, mem, gpu_va) \ argument
/external/icu/icu4c/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()
/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/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/webrtc/rtc_base/
Dsanitizer.h110 inline void AsanPoison(const T& mem) { in AsanPoison()
115 inline void AsanUnpoison(const T& mem) { in AsanUnpoison()
120 inline void MsanMarkUninitialized(const T& mem) { in MsanMarkUninitialized()
136 inline void MsanCheckInitialized(const T& mem) { in MsanCheckInitialized()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c159 void* mem = value_memory(&v); in Map_mark() local
294 void* mem = value_memory(&v); in Map_each() local
345 void* mem = value_memory(&v); in Map_values() local
373 void* mem = value_memory(&v); in Map_index() local
397 void* mem; in Map_index_set() local
454 void* mem = value_memory(&v); in Map_delete() local
525 void* mem = value_memory(&v); in Map_dup() local
553 void* mem = value_memory(&v); in Map_deep_copy() local
616 void* mem = value_memory(&v); in Map_eq() local
657 void* mem = value_memory(&v); in Map_hash() local
[all …]
/external/llvm-project/clang/test/Analysis/
Dthis-pointer.cpp23 int mem; member
37 int mem; member
54 int mem; member
71 int mem; member
/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/perfetto/src/base/
Dpaged_memory_unittest.cc41 PagedMemory mem = PagedMemory::Allocate(kSize); in TEST() local
69 PagedMemory mem = PagedMemory::Allocate(kSize); in TEST() local
98 PagedMemory mem = PagedMemory::Allocate(kSize, PagedMemory::kDontCommit); in TEST() local
168 PagedMemory mem = PagedMemory::Allocate(kSize); in TEST() local
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_helpers.h42 const T* GpuMemory(const DeviceMemory<T>& mem) { in GpuMemory()
49 T* GpuMemoryMutable(DeviceMemory<T>* mem) { in GpuMemoryMutable()
/external/clang/test/CodeGenCXX/
Dconstructors.cpp18 Member mem; member
41 Member mem; member
61 Member mem; member
78 Member mem; member
/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()

12345678910>>...31