Searched refs:mem_read (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/bio/ |
D | bss_mem.c | 65 static int mem_read(BIO *h, char *buf, int size); 76 mem_read, 145 static int mem_read(BIO *b, char *out, int outl) in mem_read() function 304 i=mem_read(bp,buf,i); in mem_gets()
|
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
D | bio_mem.c | 134 static int mem_read(BIO *bio, char *out, int outl) { in mem_read() function 220 i = mem_read(bio, buf, i); in mem_gets() 294 BIO_TYPE_MEM, "memory buffer", mem_write, mem_read, mem_puts,
|
/external/qemu/hw/android/goldfish/ |
D | device.c | 100 CPUReadMemoryFunc **mem_read, in goldfish_device_add() argument 106 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque); in goldfish_device_add()
|
/external/qemu/include/hw/android/goldfish/ |
D | device.h | 34 CPUReadMemoryFunc **mem_read,
|
/external/qemu/distrib/sdl-1.2.15/src/file/ |
D | SDL_rwops.c | 394 static int SDLCALL mem_read(SDL_RWops *context, void *ptr, int size, int maxnum) in mem_read() function 556 rwops->read = mem_read; in SDL_RWFromMem() 573 rwops->read = mem_read; in SDL_RWFromConstMem()
|
/external/qemu/include/exec/ |
D | cpu-common.h | 98 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
|
/external/qemu/ |
D | exec.c | 96 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4]; member 1650 ret = (**mmio->mem_read[idx][len])(mmio->opaque[idx][0][len], in subpage_readlen() 1755 mmio->mem_read[idx][i] = &_io_mem_read[memory][i]; in subpage_register() 1812 CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory_fixed() argument 1829 if (!mem_read[i] || !mem_write[i]) in cpu_register_io_memory_fixed() 1831 _io_mem_read[io_index][i] = mem_read[i]; in cpu_register_io_memory_fixed() 1838 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory() argument 1842 return cpu_register_io_memory_fixed(0, mem_read, mem_write, opaque); in cpu_register_io_memory()
|