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

  /external/libvpx/libvpx/nestegg/test/
test.c 18 stdio_read(void * p, size_t length, void * fp) function
89 stdio_read,
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 332 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) function
539 rwops->read = stdio_read;
  /external/qemu/
qemu-char.c 770 static void stdio_read(void *opaque) function
849 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);
    [all...]

Completed in 684 milliseconds