Searched refs:stdio_read (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c18 stdio_read(void * p, size_t length, void * file) function
91 stdio_read,
/external/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c332 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) function
539 rwops->read = stdio_read;
/external/qemu/
H A Dqemu-char.c770 static void stdio_read(void *opaque) function
849 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);

Completed in 2648 milliseconds