Searched defs:MAXSELECT (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dosdep.h98 /* MAXSELECT is the number of fds that select() can handle */
99 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dosdep.h98 /* MAXSELECT is the number of fds that select() can handle */
99 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dosdep.h98 /* MAXSELECT is the number of fds that select() can handle */
99 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dosdep.h98 /* MAXSELECT is the number of fds that select() can handle */
99 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dosdep.h114 /* MAXSELECT is the number of fds that select() can handle */
115 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dosdep.h114 /* MAXSELECT is the number of fds that select() can handle */
115 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dosdep.h101 /* MAXSELECT is the number of fds that select() can handle */
102 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dosdep.h103 /* MAXSELECT is the number of fds that select() can handle */
104 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dosdep.h103 /* MAXSELECT is the number of fds that select() can handle */
104 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dosdep.h103 /* MAXSELECT is the number of fds that select() can handle */
104 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dosdep.h103 /* MAXSELECT is the number of fds that select() can handle */
104 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dosdep.h103 /* MAXSELECT is the number of fds that select() can handle */
104 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dosdep.h99 /* MAXSELECT is the number of fds that select() can handle */
100 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dosdep.h98 /* MAXSELECT is the number of fds that select() can handle */
99 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dosdep.h117 /* MAXSELECT is the number of fds that select() can handle */
118 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dosdep.h119 /* MAXSELECT is the number of fds that select() can handle */
120 #define MAXSELECT (sizeof(fd_set) * NBBY) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dosdep.h119 /* MAXSELECT is the number of fds that select() can handle */
120 #define MAXSELECT (sizeof(fd_set) * NBBY) macro

Completed in 48 milliseconds