HomeSort by relevance Sort by last modified time
    Searched refs:mem (Results 126 - 150 of 426) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/glib/tests/
slice-color.c 28 fill_memory (guint **mem,
34 mem[j][o] = val;
150 gchar *mem = g_strdup (cstring); local
151 gchar *string = g_strstrip (mem);
169 g_free (mem);
slice-concurrent.c 53 char *mem = g_slice_alloc (bytes); local
56 mem[f] = rand();
61 tdata[t].to_free[tdata[t].n_to_free] = mem;
  /external/chromium/chrome/browser/extensions/
extension_processes_api.cc 125 size_t mem; local
126 int64 pr_mem = model_->GetPrivateMemory(i, &mem) ?
127 static_cast<int64>(mem) : -1;
128 int64 sh_mem = model_->GetSharedMemory(i, &mem) ?
129 static_cast<int64>(mem) : -1;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 45 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) :
46 size(size), mem(mem), prevAlloc(prev) {
81 unsigned char* preGuard() const { return mem + headerSize(); }
86 unsigned char* mem; // beginning of our allocation (pts to header) member in class:TAllocation
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
levinson.c 99 Word16 * mem /* output :static memory (18 words) */
102 Set_zero(mem, 18); /* old_A[0..M-1] = 0, old_rc[0..1] = 0 */
112 Word16 * mem /* (i/o) :static memory (18 words) */
125 old_A = mem;
126 old_rc = mem + M;
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 317 void releaseRecordingFrame(const sp<IMemory>& mem)
323 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size);
461 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle));
462 if (index >= mem->mNumBufs) {
464 index, mem->mNumBufs);
467 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser);
480 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle));
481 if (index >= mem->mNumBufs) {
483 index, mem->mNumBufs);
486 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser)
542 CameraHeapMemory *mem; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
ar.c 29 extern int ar_name_equal PARAMS ((char *name, char *mem, int truncated));
76 static long int ar_member_date_1 PARAMS ((int desc, char *mem, int truncated, long int hdrpos,
124 ar_member_date_1 (int desc UNUSED, char *mem, int truncated,
129 return ar_name_equal (name, mem, truncated) ? date : 0;
214 ar_glob_match (int desc UNUSED, char *mem, int truncated UNUSED,
219 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0)
223 new->name = concat (state->arname, mem, ")");
  /external/clang/test/SemaCXX/
member-expr.cpp 7 static int mem; member in class:X
18 x.mem = 1;
19 xp->mem = 2;
  /external/llvm/include/llvm-c/
lto.h 99 lto_module_is_object_file_in_memory(const void* mem, size_t length);
106 lto_module_is_object_file_in_memory_for_target(const void* mem, size_t length,
123 lto_module_create_from_memory(const void* mem, size_t length);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon9590
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon17085
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon18430
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon30271
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /external/bluetooth/glib/glib/
gslice.c 180 gpointer mem);
185 gpointer mem);
786 gpointer mem)
789 ChunkLink *chunk = mem;
801 gpointer mem; local
815 mem = thread_memory_magazine1_alloc (tmem, ix);
820 mem = slab_allocator_alloc_chunk (chunk_size);
824 mem = g_malloc (mem_size);
826 smc_notify_alloc (mem, mem_size);
827 return mem;
833 gpointer mem = g_slice_alloc (mem_size); local
843 gpointer mem = g_slice_alloc (mem_size); local
1008 guint8 *mem = aligned_memory; local
1152 guint8 *mem = malloc (n_pages * sys_page_size); local
    [all...]
  /external/speex/libspeex/
filters.c 83 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem)
102 spx_word32_t vout = ADD32(MULT16_16(num[0], x[i]),mem[0]);
104 mem[0] = ADD32(MAC16_16(mem[1], num[1],x[i]), SHL32(MULT16_32_Q15(-den[1],vout),1));
105 mem[1] = ADD32(MULT16_16(num[2],x[i]), SHL32(MULT16_32_Q15(-den[2],vout),1));
319 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)
326 yi = EXTRACT16(SATURATE(ADD32(EXTEND32(x[i]),PSHR32(mem[0],LPC_SHIFT)),32767));
330 mem[j] = MAC16_16(MAC16_16(mem[j+1], num[j],xi), den[j],nyi);
332 mem[ord-1] = ADD32(MULT16_16(num[ord-1],xi), MULT16_16(den[ord-1],nyi))
    [all...]
resample.c 138 spx_word16_t *mem; member in struct:SpeexResamplerState_
647 if (!st->mem)
651 st->mem = (spx_word16_t*)speex_alloc(st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
653 st->mem[i] = 0;
659 st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
661 st->mem[i] = 0;
672 st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
685 st->mem[i*st->mem_alloc_size+j+st->magic_samples[i]] = st->mem[i*old_alloc_size+j]
807 spx_word16_t *mem = st->mem + channel_index * st->mem_alloc_size; local
830 spx_word16_t *mem = st->mem + channel_index * st->mem_alloc_size; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 335 char *mem; local
357 mem = scratch_mem;
358 strcpy(mem, url);
359 domain_and_port = mem;
360 mem += 1 + os_strlen(mem);
368 domain = mem;
416 mem = (void *) (a + 1);
417 a->domain_and_port = mem;
418 strcpy(mem, domain_and_port)
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 76 void (*free)(void* mem);
  /external/libvpx/vpx_mem/
vpx_mem.h 79 void vpx_mem_free(int id, void *mem, size_t size);
142 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)
151 void xvpx_mem_free(int id, void *mem, size_t size, char *file, int line);
  /external/llvm/examples/BrainF/
BrainF.h 42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
  /external/valgrind/dynamic_annotations/
dynamic_annotations.c 102 const char *file, int line, const volatile void *mem, long size) {DYNAMIC_ANNOTATIONS_IMPL}
104 const char *file, int line, const volatile void *mem,
109 const char *file, int line, const volatile void *mem,
112 const char *file, int line, const volatile void *mem, long size,
  /external/qemu/hw/
ne2000.c 147 uint8_t mem[NE2000_MEM_SIZE]; member in struct:NE2000State
155 memcpy(s->mem, s->macaddr, 6);
156 s->mem[14] = 0x57;
157 s->mem[15] = 0x57;
161 s->mem[2 * i] = s->mem[i];
162 s->mem[2 * i + 1] = s->mem[i];
259 } else if (s->mem[0] == buf[0] &&
260 s->mem[2] == buf[1] &
    [all...]
  /external/jpeg/
jdatadst.c 49 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
142 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT,
rdrle.c 158 source->rle_row = (rle_pixel**) (*cinfo->mem->alloc_sarray)
164 source->image = (*cinfo->mem->request_virt_sarray)
192 source->pub.buffer = (*cinfo->mem->access_virt_sarray)
216 src_row = * (*cinfo->mem->access_virt_sarray)
275 rle_row = (rle_pixel **) (*cinfo->mem->access_virt_sarray)
290 scanline = * (*cinfo->mem->access_virt_sarray)
313 scanline = * (*cinfo->mem->access_virt_sarray)
377 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE,
  /external/kernel-headers/original/linux/
kexec.h 49 unsigned long mem; /* User space sees this as a (void *) ... */ member in struct:kexec_segment
57 compat_ulong_t mem; /* User space sees this as a (void *) ... */ member in struct:compat_kexec_segment

Completed in 547 milliseconds

1 2 3 4 56 7 8 91011>>