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

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_mem.c 64 static int mem_write(BIO *h, const char *buf, int num);
75 mem_write,
169 static int mem_write(BIO *b, const char *in, int inl) function
315 ret=mem_write(bp,str,n);
  /external/openssl/crypto/bio/
bss_mem.c 64 static int mem_write(BIO *h, const char *buf, int num);
75 mem_write,
169 static int mem_write(BIO *b, const char *in, int inl) function
315 ret=mem_write(bp,str,n);
  /external/qemu/include/hw/android/goldfish/
device.h 35 CPUWriteMemoryFunc **mem_write,
  /external/qemu/hw/android/goldfish/
device.c 101 CPUWriteMemoryFunc **mem_write,
106 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
  /external/qemu/include/exec/
cpu-common.h 99 CPUWriteMemoryFunc * const *mem_write,
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 414 static int SDLCALL mem_write(SDL_RWops *context, const void *ptr, int size, int num) function
557 rwops->write = mem_write;
  /external/qemu/
exec.c 97 CPUWriteMemoryFunc **mem_write[TARGET_PAGE_SIZE][4]; member in struct:subpage_t
    [all...]

Completed in 106 milliseconds