HomeSort by relevance Sort by last modified time
    Searched refs:mem (Results 76 - 100 of 538) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/elfutils/libdw/
libdw_alloc.c 70 2 * minsize + offsetof (struct libdw_memblock, mem)));
75 uintptr_t result = ((uintptr_t) newp->mem + align - 1) & ~(align - 1);
77 newp->size = size - offsetof (struct libdw_memblock, mem);
  /external/libvpx/vpx_ports/
mem_ops_aligned.h 44 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
45 return *mem;\
50 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
51 return *mem;\
56 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
57 unsigned MEM_VALUE_T val, raw = *mem;\
64 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
65 unsigned MEM_VALUE_T val, raw = *mem;\
72 uint##sz##_t *mem = (uint##sz##_t *)vmem;\
73 *mem = (uint##sz##_t)val;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
deemphasis_32.cpp 52 int16 * mem (i/o) : memory (y[-1])
126 int16 * mem /* (i/o) : memory (y[-1]) */
137 L_tmp = fxp_mac_16by16(*mem, mu, L_tmp),
162 *mem = y[L - 1];
band_pass_6k_7k.cpp 49 int16 mem[] in/out: memory (size=30)
50 int16 x[] scratch mem ( size= 60)
138 void band_pass_6k_7k_init(int16 mem[]) /* mem[30] */
140 pv_memset((void *)mem, 0, L_FIR*sizeof(*mem));
152 int16 mem[], /* in/out: memory (size=30) */
164 pv_memcpy((void *)x, (void *)mem, L_FIR*sizeof(*x));
237 pv_memcpy((void *)mem, (void *)(x + lg), L_FIR*sizeof(*mem));
    [all...]
low_pass_filt_7k.cpp 49 int16 mem[] in/out: memory (size=30)
50 int16 x[] scratch mem ( size= 60)
129 void low_pass_filt_7k_init(int16 mem[]) /* mem[30] */
131 pv_memset((void *)mem, 0, (L_FIR)*sizeof(*mem));
145 int16 mem[], /* in/out: memory (size=30) */
155 pv_memcpy((void *)x, (void *)mem, (L_FIR)*sizeof(*x));
216 pv_memcpy((void *)mem, (void *)(x + lg), (L_FIR)*sizeof(*mem));
    [all...]
oversamp_12k8_to_16k.cpp 49 int16 mem[] in/out: memory (size=30)
50 int16 x[] scratch mem ( size= 60)
189 void oversamp_12k8_to_16k_init(int16 mem[])
191 pv_memset((void *)mem, 0, (2*NB_COEF_UP)*sizeof(*mem));
203 int16 mem[], /* in/out: memory (2*NB_COEF_UP) */
210 (void *)mem,
211 (2*NB_COEF_UP)*sizeof(*mem));
221 pv_memcpy((void *)mem,
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_rwops.h 79 } mem; member in union:SDL_RWops::__anon36011
94 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
95 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 53 void *mem = hieralloc_zero_size(ctx, size); local
54 assert(mem != NULL);
56 return mem;
61 static void operator delete(void *mem)
63 hieralloc_free(mem);
  /external/speex/libspeex/
filters.h 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem);
61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
64 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
filters_bfin.h 85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack)
117 "P4 = %6;\n\t" /* mem */
123 "R1 <<= 3;\n\t" /* shift mem */
153 "R4 <<= 3;\n\t" /* shift mem */
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem)
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack)
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem)
355 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack)
363 filter_mem16(x, num, den, y, N, ord, mem, stack);
468 void filter_mem2(const spx_sig_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, int N, int ord, spx_mem_t *mem)
    [all...]
kiss_fft.h 64 * The state can be placed in a user supplied buffer 'mem':
65 * If lenmem is not NULL and mem is not NULL and *lenmem is large enough,
66 * then the function places the cfg in mem and the size used in *lenmem
67 * and returns mem.
69 * If lenmem is not NULL and ( mem is NULL or *lenmem is not large enough),
74 kiss_fft_cfg kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem);
  /external/valgrind/main/memcheck/tests/
mempool.c 23 char *mem; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
91 munmap(p->mem, SUPERBLOCK_SIZE);
94 free(p->mem);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
decim54.c 60 Word16 mem[] /* output: memory (2*NB_COEF_DOWN) set to zeros */
63 Set_zero(mem, 2 * NB_COEF_DOWN);
71 Word16 mem[] /* in/out: memory (2*NB_COEF_DOWN) */
77 Copy(mem, signal, 2 * NB_COEF_DOWN);
85 Copy(signal + lg, mem, 2 * NB_COEF_DOWN);
  /external/elfutils/libelf/
nlist.c 163 struct hashentry mem; local
167 sym = INTUSE(gelf_getsym) (data, cnt, &mem.sym);
172 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
173 if (mem.str == NULL)
177 if (mem.str[0] == '\0')
187 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
  /external/icu4c/tools/icuinfo/
testplug.c 159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr);
163 static void U_CALLCONV myMemFree(const void *context, void *mem) {
166 free(mem);
167 fprintf(stderr, "MEM: free(%p)\n", mem);
170 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) {
175 if(mem==NULL) {
178 retPtr = realloc(mem, size);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr)
    [all...]
  /external/doclava/src/com/google/doclava/
LinkReference.java 135 String mem; local
138 mem = text.substring(1, linkend);
141 mem = text.substring(pound + 1, linkend);
144 mem = null;
151 if (mem != null) {
152 index = mem.indexOf('(');
156 len = mem.length();
167 char c = mem.charAt(i);
177 if (mem.length() > i+2 && mem.charAt(i+1) == '.' && mem.charAt(i+2) == '.')
    [all...]
  /external/zlib/examples/
enough.c 149 Each element in the array is further indexed by the (mem, rem) doublet,
150 where mem is the amount of inflate table space used so far, and rem is the
153 not. Since the ranges for mem and rem are not known a priori, each bit
155 states. mem and rem are used to calculate a single index in a triangular
156 array. Since the range of mem is expected in the default case to be about
158 memory usage, with eight times the range for mem than for rem. See the
253 has a variable size bit vector indexed by (mem,rem). The bit vector is
254 lengthened if needed to allow setting the (mem,rem) bit. */
255 local int beenhere(int syms, int len, int left, int mem, int rem)
263 /* point to vector for (syms,left,len), bit in vector for (mem,rem) *
    [all...]
  /external/bluetooth/glib/tests/
slice-threadinit.c 119 void *mem = g_slice_alloc (magazine_probes[j]); local
120 if (mem == mps[j])
122 trash = g_slist_prepend (trash, mem);
145 void *mem = g_slice_alloc (magazine_probes[j]); local
146 if (mem == mps[j])
148 trash = g_slist_prepend (trash, mem);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 21 @ Word16 mem[], /* (i/o) : memory associated with this filtering. */
27 @ mem[] --- r3
38 MOV r4, r3 @ copy mem[] address
43 @ *yy++ = mem[i]@
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
94 @ update mem[]
  /external/dbus/dbus/
dbus-memory.c 166 * Whether to turn off mem pools, useful for leak checking.
482 void *mem; local
483 mem = malloc (bytes);
485 if (mem)
488 return mem;
535 void *mem; local
536 mem = calloc (bytes, 1);
538 if (mem)
541 return mem;
612 void *mem; local
    [all...]
  /external/elfutils/libasm/
asm_error.c 49 static void free_key_mem (void *mem);
180 free_key_mem (void *mem)
182 free (mem);
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 91 const char *file, int line, const volatile void *mem, long size){}
93 const char *file, int line, const volatile void *mem,
98 const char *file, int line, const volatile void *mem,
101 const char *file, int line, const volatile void *mem, long size,
  /external/jpeg/
jcinit.c 65 (*cinfo->mem->realize_virt_arrays) ((j_common_ptr) cinfo);
  /external/llvm/tools/lto/
LTOModule.h 66 static bool isBitcodeFile(const void *mem, size_t length);
71 static bool isBitcodeFileForTarget(const void *mem,
88 static LTOModule *makeLTOModule(const void *mem, size_t length,
183 static llvm::MemoryBuffer *makeBuffer(const void *mem, size_t length);
  /external/qemu/distrib/jpeg-6b/
jcinit.c 65 (*cinfo->mem->realize_virt_arrays) ((j_common_ptr) cinfo);

Completed in 664 milliseconds

1 2 34 5 6 7 8 91011>>