Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 39) sorted by relevance

12

/external/tesseract/classify/
Docrfeatures.h76 typedef struct fds struct
78 uinT16 NumParams; /* total # of params */
79 uinT8 NumLinearParams; /* # of linear params */
80 uinT8 NumCircularParams; /* # of linear params */
81 uinT8 MinFeatPerChar; /* min # of feats allowed */
82 uinT8 MaxFeatPerChar; /* max # of feats allowed */
83 char LongName[FEAT_NAME_SIZE]; /* long name for feature */
84 char ShortName[FEAT_NAME_SIZE];/* short name for feature */
85 PARAM_DESC *ParamDesc; /* array - one per param */
/external/bluetooth/glib/glib/
Dgpoll.c123 g_poll (GPollFD *fds, in g_poll()
138 GPollFD *fds, in poll_rest()
255 g_poll (GPollFD *fds, in g_poll()
375 g_poll (GPollFD *fds, in g_poll()
Dgmain.c2188 GPollFD *fds, in g_main_context_query()
2252 GPollFD *fds, in g_main_context_check()
2384 GPollFD *fds = NULL; in g_main_context_iterate() local
2731 GPollFD *fds, in g_main_context_poll()
/external/qemu/
Dcompatfd.c75 int fds[2]; in qemu_signalfd_compat() local
114 int qemu_eventfd(int *fds) in qemu_eventfd()
/external/bluetooth/bluez/common/
Dppoll.h7 static inline int compat_ppoll(struct pollfd *fds, nfds_t nfds, in compat_ppoll()
/external/dbus/bus/
Ddir-watch-dnotify.c37 static int fds[MAX_DIRS_TO_WATCH]; variable
Ddir-watch-kqueue.c41 static int fds[MAX_DIRS_TO_WATCH]; variable
/external/e2fsprogs/lib/
Dfpopen.c42 int fds[2]; in fpopen() local
/external/bluetooth/glib/tests/
Dspawn-test.c38 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
Dmainloop-test.c15 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
198 gint fds[2]; in io_pipe() local
Dtimeloop.c21 int fds[2]; in io_pipe() local
Dtimeloop-basic.c24 my_pipe (int *fds) in my_pipe()
Dtimeloop-closure.c22 int fds[2]; in io_pipe() local
Dgio-test.c42 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
/external/clearsilver/util/
Dneo_net.c159 fd_set fds; in ne_net_connect() local
310 fd_set fds; in ne_net_fill() local
369 fd_set fds; in ne_net_flush() local
/external/dropbear/
Dcommon-session.c288 fd_set fds; in ident_readln() local
Dsvr-main.c113 fd_set fds; in main_noinetd() local
/external/strace/
Dnet.c1105 int *fds = (int *) CMSG_DATA (cmsg); local
1452 int fds[2]; local
1476 int fds[2]; local
Dstream.c301 struct pollfd fds; local
Ddesc.c410 fd_set *fds; local
/external/e2fsprogs/misc/
Dlogsave.c107 int fds[2]; in run_program() local
/external/qemu/android/utils/
Dtempfile.c138 int fds[ MAX_ATEXIT_FDS ]; member
/external/bluetooth/glib/gio/
Dgcancellable.c32 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
/external/wpa_supplicant/
Deloop.c134 fd_set *fds) in eloop_sock_table_set_fds()
149 fd_set *fds) in eloop_sock_table_dispatch()
/external/bluetooth/hcidump/src/
Dhcidump.c176 struct pollfd fds[2]; in process_frames() local
746 struct pollfd fds[3]; in wait_connection() local

12