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

  /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/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 394 static int SDLCALL mem_read(SDL_RWops *context, void *ptr, int size, int maxnum) function
556 rwops->read = mem_read;
573 rwops->read = mem_read;
  /external/qemu/
exec.c 206 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4]; member in struct:subpage_t
    [all...]

Completed in 179 milliseconds