Searched refs:mem (Results 51 - 75 of 818) sorted by relevance

1234567891011>>

/external/libopus/celt/
H A Dcelt_lpc.h48 opus_val16 *mem,
52 #define celt_fir(x, num, y, N, ord, mem, arch) \
53 (celt_fir_c(x, num, y, N, ord, mem, arch))
61 opus_val16 *mem,
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_construct.h32 int16_t *mem, /* (i) Buffer for codevector construction */
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.h6 void CallFreeOnWorkqueue(void *mem);
/external/libxml2/
H A DtestOOMlib.c135 void *mem; local
136 mem = xmlMemMalloc (bytes);
138 if (mem)
141 return mem;
162 void *mem; local
163 mem = xmlMemRealloc (memory, bytes);
165 if (memory == NULL && mem != NULL)
168 return mem;
/external/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp41 void mem();
46 // CHECK: s.mem<int>();
47 s.mem<int>();
48 // CHECK: s.template mem<int>();
49 s.template mem<int>();
77 void mem();
83 // CHECK: s.mem<U>();
84 s.mem<U>();
85 // CHECK: s.template mem<U>();
86 s.template mem<
[all...]
/external/valgrind/gdbserver_tests/
H A Dmcclean_after_fork.stdoutB.exp7 Hardware read watchpoint 4: mem
9 Hardware read watchpoint 4: mem
12 34 if (mem == 0)
/external/curl/docs/examples/
H A Dxmlstream.c70 struct MemoryStruct *mem = &state->characters; local
72 mem->memory = realloc(mem->memory, mem->size + len + 1);
73 if(mem->memory == NULL) {
80 memcpy(&(mem->memory[mem->size]), s, len);
81 mem->size += len;
82 mem->memory[mem
[all...]
/external/webp/src/enc/
H A Dpicture_enc.c100 uint8_t* mem; local
126 mem = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*mem));
127 if (mem == NULL) {
132 picture->memory_ = (void*)mem;
138 picture->y = mem;
139 mem += y_size;
141 picture->u = mem;
142 mem += uv_size;
143 picture->v = mem;
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan.h52 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) & ~0x4000000000ULL)
107 # define MEM_TO_SHADOW(mem) ((uptr)mem ^ 0x6000000000ULL)
124 #define LINEARIZE_MEM(mem) \
125 (((uptr)(mem) & ~0x200000000000ULL) ^ 0x100000000000ULL)
126 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x080000000000ULL)
145 #define LINEARIZE_MEM(mem) \
146 (((uptr)(mem)
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_copy_to_ucol.h62 Index fsupc, mem; local
78 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions);
79 if (mem) return mem;
80 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions);
81 if (mem) return mem;
/external/clang/test/Analysis/
H A Ddtor.cpp33 char *mem = (char*)malloc(4); local
35 SmartPointer Deleter(mem);
38 *mem = 0; // expected-warning{{Use of memory after it is freed}}
44 char *mem = (char*)malloc(4); local
46 SmartPointer Deleter(mem);
51 *mem = 0; // expected-warning{{Use of memory after it is freed}}
61 char *mem = (char*)malloc(4); local
63 Subclass Deleter(mem);
68 *mem = 0; // expected-warning{{Use of memory after it is freed}}
78 char *mem local
89 char *mem = (char*)malloc(4); local
100 char *mem = (char*)malloc(4); local
118 char *mem = (char*)malloc(4); local
[all...]
/external/libexif/libexif/
H A Dexif-content.c38 ExifMem *mem; member in struct:_ExifContentPrivate
45 ExifMem *mem = exif_mem_new_default (); local
46 ExifContent *content = exif_content_new_mem (mem);
48 exif_mem_unref (mem);
54 exif_content_new_mem (ExifMem *mem) argument
58 if (!mem) return NULL;
60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent));
63 content->priv = exif_mem_alloc (mem,
66 exif_mem_free (mem, content);
72 content->priv->mem
95 ExifMem *mem = (content && content->priv) ? content->priv->mem : NULL; local
[all...]
/external/regex-re2/util/
H A Darena.cc25 first_blocks_[0].mem = reinterpret_cast<char*>(malloc(block_size_));
36 free(first_blocks_[i].mem);
46 freestart_ = first_blocks_[0].mem;
85 block->mem = reinterpret_cast<char*>(malloc(block_size));
114 return AllocNewBlock(size)->mem;
130 freestart_ = block->mem;
153 free(first_blocks_[i].mem);
154 first_blocks_[i].mem = NULL;
161 free(it->mem);
/external/skia/bench/
H A DGrMemoryPoolBench.cpp26 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } } argument
88 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } } argument
133 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } } argument
/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp70 my_free(const void *context, void *mem) { argument
71 if (mem != NULL) {
72 const size_t *p = (const size_t *)mem - 1;
80 my_realloc(const void *context, void *mem, size_t size) { argument
81 my_free(context, mem);
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.h160 utm_close(UToolMemory *mem);
167 utm_getStart(UToolMemory *mem);
173 utm_countItems(UToolMemory *mem);
179 utm_alloc(UToolMemory *mem);
185 utm_allocN(UToolMemory *mem, int32_t n);
/external/libjpeg-turbo/
H A Djmemmgr.c194 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
203 pool_id, mem->total_space_allocated);
205 for (lhdr_ptr = mem->large_list[pool_id]; lhdr_ptr != NULL;
211 for (shdr_ptr = mem->small_list[pool_id]; shdr_ptr != NULL;
270 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
297 hdr_ptr = mem->small_list[pool_id];
325 mem->total_space_allocated += min_request + slop;
331 mem
366 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
438 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
498 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
583 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
613 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
641 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
995 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
1093 my_mem_ptr mem; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemmgr.c190 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
199 pool_id, mem->total_space_allocated);
201 for (lhdr_ptr = mem->large_list[pool_id]; lhdr_ptr != NULL;
207 for (shdr_ptr = mem->small_list[pool_id]; shdr_ptr != NULL;
262 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
280 hdr_ptr = mem->small_list[pool_id];
308 mem->total_space_allocated += min_request + slop;
314 mem
347 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
401 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
449 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
530 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
560 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
588 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
934 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; local
1032 my_mem_ptr mem; local
[all...]
/external/ltp/testcases/kernel/numa/
H A Dnuma_node_size.c42 char *fmt_mem(unsigned long long mem, char *buf) argument
44 if (mem == -1L)
47 sprintf(buf, "%Lu MB", mem >> 20);
/external/valgrind/none/tests/amd64/
H A Dbug127521-64.c16 UInt mem[2]; local
18 mem[0] = (UInt)memLoIn;
19 mem[1] = (UInt)memHiIn;
24 block[4] = (ULong)&mem[0];
45 *memLoOut = (ULong)mem[0];
46 *memHiOut = (ULong)mem[1];
55 printf(" Q d:a=%llx:%llx mem=%llx:%llx c:b=%llx:%llx "
56 "-> z=%lld d:a=%llx:%llx mem=%llx:%llx\n",
69 ULong mem[2] __attribute__((aligned(16))); local
71 mem[
[all...]
/external/elfutils/libelf/
H A Delf_readall.c85 char *mem = NULL; local
110 mem = (char *) malloc (elf->maximum_size);
111 if (mem != NULL)
114 if (unlikely ((size_t) pread_retry (elf->fildes, mem,
122 free (mem);
127 elf->map_address = mem;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c36 static size_t *get_malloc_address_location(void *const mem) { argument
37 return ((size_t *)mem) - 1;
44 static void set_actual_malloc_address(void *const mem, argument
46 size_t *const malloc_addr_location = get_malloc_address_location(mem);
50 static void *get_actual_malloc_address(void *const mem) { argument
51 size_t *const malloc_addr_location = get_malloc_address_location(mem);
/external/webp/src/dec/
H A Didec_dec.c91 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) { argument
92 return (mem->end_ - mem->start_);
113 MemBuffer* const mem = &idec->mem_; local
114 const uint8_t* const new_base = mem->buf_ + mem->start_;
118 idec->io_.data_size = MemDataSize(mem);
131 if (mem->mode_ == MEM_MODE_MAP) {
138 mem->buf_ + mem
168 MemBuffer* const mem = &idec->mem_; local
206 MemBuffer* const mem = &idec->mem_; local
220 InitMemBuffer(MemBuffer* const mem) argument
228 ClearMemBuffer(MemBuffer* const mem) argument
236 CheckMemBufferMode(MemBuffer* const mem, MemBufferMode expected) argument
297 MemBuffer* const mem = &idec->mem_; local
307 MemBuffer* const mem = &idec->mem_; local
373 MemBuffer* const mem = &idec->mem_; local
[all...]
/external/compiler-rt/test/msan/
H A Dstrlen_of_shadow.cc19 #define LINEARIZE_MEM(mem) \
20 (((uintptr_t)(mem) & ~0x200000000000ULL) ^ 0x100000000000ULL)
/external/compiler-rt/test/tsan/
H A Dbenign_race.cc9 void *mem, unsigned int size, const char *desc);
11 void *mem, unsigned int size,

Completed in 667 milliseconds

1234567891011>>