HomeSort by relevance Sort by last modified time
    Searched defs:mem_size (Results 1 - 7 of 7) sorted by null

  /external/qemu/
elf_ops.h 187 elf_word mem_size; local
236 mem_size = ph->p_memsz;
238 data = qemu_mallocz(mem_size);
249 cpu_physical_memory_write_rom(addr, data, mem_size);
251 total_size += mem_size;
254 if ((addr + mem_size) > high)
255 high = addr + mem_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 68 int mem_size; /* memory size */ member in struct:snd_emu8000
emux_synth.h 98 int mem_size; /* memory size (in byte) */ member in struct:snd_emux
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 68 int mem_size; /* memory size */ member in struct:snd_emu8000
emux_synth.h 98 int mem_size; /* memory size (in byte) */ member in struct:snd_emux
  /external/v8/test/cctest/
test-mark-compact.cc 56 int mem_size = 20 * kPointerSize; local
59 Address high = low + mem_size;
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 133 UINT32 mem_size; /* Memory size of the DB */ member in struct:__anon3412

Completed in 78 milliseconds