HomeSort by relevance Sort by last modified time
    Searched defs:mem (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /external/webp/src/dec/
idec.c 81 static inline size_t MemDataSize(const MemBuffer* mem) {
82 return (mem->end_ - mem->start_);
89 MemBuffer* const mem = &idec->mem_; local
92 assert(mem->mode_ == MEM_MODE_APPEND);
94 if (mem->end_ + data_size > mem->buf_size_) { // Need some free memory
97 const int num_chunks = (MemDataSize(mem) + data_size + CHUNK_SIZE - 1)
100 const uint8_t* const base = mem->buf_ + mem->start_
138 MemBuffer* const mem = &idec->mem_; local
278 MemBuffer* const mem = &idec->mem_; local
    [all...]
  /external/webp/src/enc/
picture.c 37 uint8_t* mem; local
79 mem = (uint8_t*)malloc((size_t)total_size);
80 if (mem == NULL) return 0;
82 picture->y = mem;
83 mem += y_size;
85 picture->u = mem;
86 mem += uv_size;
87 picture->v = mem;
88 mem += uv_size;
91 picture->a = mem;
379 uint8_t** mem; member in struct:__anon15232
    [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...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 307 char *mem; local
329 mem = scratch_mem;
330 os_strncpy(mem, url, url_len);
331 wpa_printf(MSG_DEBUG, "WPS UPnP: Adding URL '%s'", mem);
332 domain_and_port = mem;
333 mem += 1 + os_strlen(mem);
341 domain = mem;
390 mem = (void *) (a + 1);
391 a->domain_and_port = mem;
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 1510 gchar *mem[10000]; local
    [all...]
  /external/clang/test/Analysis/
malloc.c 451 char *mem = valloc(12); local
  /external/e2fsprogs/intl/
loadmsgcat.c 1080 char *mem; local
1188 mem = (char *) malloc (memneed);
1189 if (mem == NULL)
1192 domain->malloced = mem;
1193 inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem;
1194 mem += n_inmem_sysdep_strings
1196 inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem;
1197 mem += n_inmem_sysdep_strings
1199 inmem_hash_tab = (nls_uint32 *) mem;
1200 mem += domain->hash_size * sizeof (nls_uint32)
    [all...]
  /external/elfutils/libdw/
libdwP.h 183 char mem[0]; member in struct:Dwarf::libdw_memblock
337 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
  /external/grub/netboot/
depca.c 135 5) insmod depca.o [irq=7] [io=0x200] [mem=0xd0000] [adapter_name=DE100]
137 [Dave Davies: Changed the code to allow command line mem/name
209 0.42 27-Dec-95 Add 'mem' shared memory assignment for loadable
454 u32 sh_mem; /* address of shared mem */
613 char *mem; local
621 mem = lp.tx_memcpy[entry = lp.tx_cur];
622 memcpy_toio(mem, d, ETH_ALEN);
623 memcpy_toio(mem + ETH_ALEN, nic->node_addr, ETH_ALEN);
624 mem[ETH_ALEN * 2] = t >> 8;
625 mem[ETH_ALEN * 2 + 1] = t
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 133 * type_write() functions write their data to mem and update the byteOffset
138 res_write(UNewDataMemory *mem, uint32_t *byteOffset,
491 static void string_write(UNewDataMemory *mem, uint32_t *byteOffset,
496 udata_write32(mem, length);
497 udata_writeUString(mem, res->u.fString.fChars, length + 1);
502 static void alias_write(UNewDataMemory *mem, uint32_t *byteOffset,
506 udata_write32(mem, length);
507 udata_writeUString(mem, res->u.fString.fChars, length + 1);
511 static void array_write(UNewDataMemory *mem, uint32_t *byteOffset,
522 res_write(mem, byteOffset, bundle, current, status)
651 UNewDataMemory *mem = NULL; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 33 ASTList mem = parseMember1(tbl); local
34 if (mem instanceof MethodDecl)
35 return parseMethod2(tbl, (MethodDecl)mem);
37 return mem;
    [all...]
TypeChecker.java 446 * If MEM is a static final field, this method returns a constant
449 private static ASTree getConstantFieldValue(Member mem) {
450 return getConstantFieldValue(mem.getField());
801 Member mem = (Member)expr; local
802 String name = mem.get();
806 mem.setField(f);
819 Member mem = (Member)e.oprand2(); local
821 = resolver.lookupField(((Symbol)e.oprand1()).get(), mem);
822 mem.setField(f);
951 public void atMember(Member mem) throws CompileError
    [all...]
  /external/libvpx/
vpxdec.c 179 const unsigned char *mem = (const unsigned char *)vmem; local
181 val = mem[1] << 8;
182 val |= mem[0];
189 const unsigned char *mem = (const unsigned char *)vmem; local
191 val = mem[3] << 24;
192 val |= mem[2] << 16;
193 val |= mem[1] << 8;
194 val |= mem[0];
    [all...]
  /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/quake/quake/src/QW/client/
vid_x.c 216 int mem; local
251 mem = ((vid.width*pwidth+7)&~7) * vid.height;
258 malloc(mem),
  /external/quake/quake/src/WinQuake/
vid_x.cpp 295 int mem; local
330 mem = ((vid.width*pwidth+7)&~7) * vid.height;
337 malloc(mem),
  /external/speex/libspeex/
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...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 844 sp<IMemory> mem = local
848 if (mem != NULL) {
852 VideoFrame *frame = (VideoFrame *)mem->pointer();
860 mem = retriever->extractAlbumArt();
862 if (mem != NULL) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1306 sp<MemoryBase> mem; local
1362 sp<MemoryBase> mem; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 425 jlong mem = 0; local
441 mem += atoll(num) * 1024;
450 return numFound > 0 ? mem : -1;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h 111 MEM array varies in size. */
116 char mem[1]; local
  /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/compiler-rt/lib/asan/tests/
asan_test.cc 833 // try to change mem to the right of dest
839 // try to change mem to the left of dest
845 // try to access mem to the right of src
851 // try to access mem to the left of src
862 // try to change mem to both sides of dest
865 // try to access mem to both sides of src
1962 void *mem = malloc(10); local
    [all...]
  /external/gcc-demangle/
cp-demangle.c 2500 struct demangle_component *mem; local
    [all...]
  /external/kernel-headers/original/linux/
pnp.h 119 struct pnp_mem *mem; /* first memory resource */ member in struct:pnp_option

Completed in 1815 milliseconds

1 2 3 45 6 7