/external/openssl/crypto/bio/ |
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) function 304 i=mem_read(bp,buf,i);
|
/external/qemu/hw/ |
goldfish_device.h | 31 CPUReadMemoryFunc **mem_read,
|
goldfish_device.c | 90 CPUReadMemoryFunc **mem_read, 96 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
|
/external/qemu/ |
cpu-common.h | 68 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
|
exec.c | 205 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4]; member in struct:subpage_t [all...] |
/external/qemu/distrib/sdl-1.2.12/src/file/ |
SDL_rwops.c | 334 static int SDLCALL mem_read(SDL_RWops *context, void *ptr, int size, int maxnum) function 495 rwops->read = mem_read; 512 rwops->read = mem_read;
|