Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/syslinux/core/lwip/src/core/
Dmem.c155 struct mem { struct
157 mem_size_t next; argument
159 mem_size_t prev; argument
172 #define SIZEOF_STRUCT_MEM LWIP_MEM_ALIGN_SIZE(sizeof(struct mem)) argument
233 plug_holes(struct mem *mem) in plug_holes()
273 struct mem *mem; in lwip_mem_init() local
310 struct mem *mem; in mem_free() local
370 struct mem *mem, *mem2; in mem_trim() local
494 struct mem *mem, *mem2; in mem_malloc() local
/external/valgrind/none/tests/mips64/
Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
47 #define TEST3(instruction, offset, mem) \ argument
65 #define TEST3w(instruction, offset, mem) \ argument
104 #define TEST5(instruction, offset, mem) \ argument
121 #define TEST5w(instruction, offset, mem) \ argument
Dcvm_atomic.c41 #define TEST1_32(instruction, offset,mem) \ argument
60 #define TEST1_64(instruction, offset,mem) \ argument
110 #define TEST3(instruction, offset, mem, value) \ argument
139 #define TEST4_32(instruction, offset, mem) \ argument
158 #define TEST4_64(instruction, offset, mem) \ argument
/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/libchrome/base/memory/
Dref_counted_memory_unittest.cc14 scoped_refptr<RefCountedMemory> mem = new RefCountedStaticMemory( in TEST() local
25 scoped_refptr<RefCountedMemory> mem = RefCountedBytes::TakeVector(&data); in TEST() local
46 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST() local
77 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST() 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/valgrind/none/tests/amd64/
DredundantRexW.c50 void pp_Mem ( char* who, Mem* mem ) { in pp_Mem()
78 void setup_regs_mem ( XMMRegs* regs, Mem* mem ) { in setup_regs_mem()
91 void before_test ( XMMRegs* regs, Mem* mem ) { in before_test()
95 void after_test ( char* who, XMMRegs* regs, Mem* mem ) { in after_test()
170 Mem* mem; in main() local
/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/clang/test/CodeGenCXX/
Dconstructors.cpp18 Member mem; member
41 Member mem; member
61 Member mem; member
78 Member mem; member
/external/libopus/celt/x86/
Dcelt_lpc_sse.h48 #define celt_fir(x, num, y, N, ord, mem, arch) \ argument
62 # define celt_fir(x, num, y, N, ord, mem, arch) \ argument
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c36 static size_t *get_malloc_address_location(void *const mem) { in get_malloc_address_location()
44 static void set_actual_malloc_address(void *const mem, in set_actual_malloc_address()
50 static void *get_actual_malloc_address(void *const mem) { in get_actual_malloc_address()
/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/speex/libspeex/
Dfilters_sse.h39 __m128 num[3], den[3], mem[3]; in filter_mem16_10() local
92 __m128 num[2], den[2], mem[2]; in filter_mem16_8() local
146 __m128 den[3], mem[3]; in iir_mem16_10() local
195 __m128 den[2], mem[2]; in iir_mem16_8() local
244 __m128 num[3], mem[3]; in fir_mem16_10() local
292 __m128 num[2], mem[2]; in fir_mem16_8() local
/external/curl/lib/
Dmemdebug.c94 } mem[1]; member
167 struct memdebug *mem; in curl_domalloc() local
196 struct memdebug *mem; in curl_docalloc() local
223 char *mem; in curl_dostrdup() local
247 wchar_t *mem; in curl_dowcsdup() local
275 struct memdebug *mem=NULL; in curl_dorealloc() local
313 struct memdebug *mem; in curl_dofree() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h500 bool IsAppMemImpl(uptr mem) { in IsAppMemImpl()
514 bool IsAppMem(uptr mem) { in IsAppMem()
534 bool IsShadowMemImpl(uptr mem) { in IsShadowMemImpl()
539 bool IsShadowMem(uptr mem) { in IsShadowMem()
559 bool IsMetaMemImpl(uptr mem) { in IsMetaMemImpl()
564 bool IsMetaMem(uptr mem) { in IsMetaMem()
/external/valgrind/memcheck/tests/
Derr_disable_arange1.c13 volatile int* volatile mem in main() local

12345678910>>...15