Searched refs:mem_read (Results 1 – 6 of 6) 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/qemu/hw/ |
D | goldfish_device.c | 90 CPUReadMemoryFunc **mem_read, in goldfish_device_add() argument 96 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque); in goldfish_device_add()
|
D | goldfish_device.h | 31 CPUReadMemoryFunc **mem_read,
|
/external/qemu/distrib/sdl-1.2.12/src/file/ |
D | SDL_rwops.c | 334 static int SDLCALL mem_read(SDL_RWops *context, void *ptr, int size, int maxnum) in mem_read() function 495 rwops->read = mem_read; in SDL_RWFromMem() 512 rwops->read = mem_read; in SDL_RWFromConstMem()
|
/external/qemu/ |
D | cpu-common.h | 68 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
|
D | exec.c | 206 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4]; member 3046 ret = (**mmio->mem_read[idx][len])(mmio->opaque[idx][0][len], in subpage_readlen() 3151 mmio->mem_read[idx][i] = &io_mem_read[memory][i]; in subpage_register() 3208 CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory_fixed() argument 3225 if (!mem_read[i] || !mem_write[i]) in cpu_register_io_memory_fixed() 3227 io_mem_read[io_index][i] = mem_read[i]; in cpu_register_io_memory_fixed() 3234 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, in cpu_register_io_memory() argument 3238 return cpu_register_io_memory_fixed(0, mem_read, mem_write, opaque); in cpu_register_io_memory()
|