/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_acelp.h | 86 void low_pass_filt_7k_init(int16 mem[]); 90 int16 mem[], /* in/out: memory (size=30) */ 162 int16 mem[] /* output: memory (2*NB_COEF_UP) set to zeros */ 168 int16 mem[], /* in/out: memory (2*NB_COEF_UP) */ 172 void highpass_50Hz_at_12k8_init(int16 mem[]); 176 int16 mem[] /* filter memory [6] */ 178 void highpass_400Hz_at_12k8_init(int16 mem[]); 182 int16 mem[] /* filter memory [6] */ 185 void band_pass_6k_7k_init(int16 mem[]); 189 int16 mem[], /* in/out: memory (size=30) * [all...] |
/external/compiler-rt/lib/msan/ |
msan.h | 52 #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) & ~0xc00000000000ULL) ^ 0x200000000000ULL [all...] |
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_copy_to_ucol.h | 62 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/ |
dtor.cpp | 33 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 = (char*)malloc(4) 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/ |
exif-content.c | 38 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) 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 = mem 95 ExifMem *mem = (content && content->priv) ? content->priv->mem : NULL; local [all...] |
exif-loader.h | 28 #include <libexif/exif-mem.h> 45 * \param[in] mem the ExifMem 48 ExifLoader *exif_loader_new_mem (ExifMem *mem);
|
/external/regex-re2/util/ |
arena.cc | 25 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/ |
GrMemoryPoolBench.cpp | 26 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } } 88 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } } 133 void operator delete (void* mem) { if (mem) { return gBenchPool.release(mem); } }
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 70 my_free(const void *context, void *mem) { 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) { 81 my_free(context, mem);
|
/external/icu/icu4c/source/tools/toolutil/ |
toolutil.h | 160 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/libvpx/libvpx/test/ |
ivf_video_source.h | 23 static unsigned int MemGetLe32(const uint8_t *mem) { 24 return (mem[3] << 24) | (mem[2] << 16) | (mem[1] << 8) | (mem[0]);
|
/external/libjpeg-turbo/ |
jmemmgr.c | 194 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->small_list[pool_id] = hdr_ptr 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/ |
fpdfapi_jmemmgr.c | 190 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->small_list[pool_id] = hdr_ptr 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/ |
numa_node_size.c | 42 char *fmt_mem(unsigned long long mem, char *buf) 44 if (mem == -1L) 47 sprintf(buf, "%Lu MB", mem >> 20);
|
/external/valgrind/none/tests/amd64/ |
bug127521-64.c | 16 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[0] = memLoIn [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
lp_dec2.c | 38 Word16 mem[] /* in/out: memory (size=3) */ 48 *p_x++ = mem[i]; 49 mem[i] = x[l - L_MEM + i];
|
/external/elfutils/libelf/ |
elf_readall.c | 85 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/ |
vpx_mem.c | 36 static size_t *get_malloc_address_location(void *const mem) { 37 return ((size_t *)mem) - 1; 44 static void set_actual_malloc_address(void *const mem, 46 size_t *const malloc_addr_location = get_malloc_address_location(mem); 50 static void *get_actual_malloc_address(void *const mem) { 51 size_t *const malloc_addr_location = get_malloc_address_location(mem);
|
/external/webp/src/dec/ |
idec_dec.c | 91 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) { 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->end_ - last_start) 168 MemBuffer* const mem = &idec->mem_; local 206 MemBuffer* const mem = &idec->mem_; local 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/ |
strlen_of_shadow.cc | 19 #define LINEARIZE_MEM(mem) \ 20 (((uintptr_t)(mem) & ~0x200000000000ULL) ^ 0x100000000000ULL)
|
/external/compiler-rt/test/tsan/ |
benign_race.cc | 9 void *mem, unsigned int size, const char *desc); 11 void *mem, unsigned int size,
|
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.h | 27 #include <libexif/exif-mem.h> 56 ExifMnoteData *exif_mnote_data_canon_new (ExifMem *mem, ExifDataOption o);
|
/external/valgrind/perf/ |
many-loss-records.c | 58 void free_chunks (struct Chunk ** mem) 60 if (*mem == 0) 63 free_chunks ((&(*mem)->child)); 66 free (*mem); 67 *mem = 0; 70 void release (struct Chunk ** mem) 76 *mem = 0; // lose the pointer without free-ing the blocks 78 free_chunks (mem);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
encode.c | 77 int16_t *mem = &memVec[CB_HALFFILTERLEN]; local 81 syntdenum = mem; /* syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX] and mem are used non overlapping in the code */ 196 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCenc_inst->state_short_len); 197 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCenc_inst->state_short_len, 204 mem+CB_MEML-ST_MEM_L_TBL, ST_MEM_L_TBL, diff, 211 mem+CB_MEML-ST_MEM_L_TBL, ST_MEM_L_TBL, 226 WebRtcSpl_MemCpyReversedOrder(&mem[CB_MEML-1], &decresidual[start_pos], meml_gotten); 227 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCenc_inst->state_short_len); 231 reverseResidual, mem+CB_MEML-ST_MEM_L_TBL, ST_MEM_L_TBL, diff [all...] |
/frameworks/av/media/libstagefright/include/ |
SharedMemoryBuffer.h | 35 SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem); 36 SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem);
|