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

  /external/libusb_aah/libusb/os/
poll_windows.c 82 struct winfd poll_fd[MAX_FDS];
89 } _poll_fd[MAX_FDS];
103 if ((_index < 0) || (_index >= MAX_FDS)) {
134 for (i=0; i<MAX_FDS; i++) {
153 for (i=0; i<MAX_FDS; i++) {
217 for (i=0; i<MAX_FDS; i++) {
280 for (i=0; i<MAX_FDS; i++) {
358 for (i=0; i<MAX_FDS; i++) {
447 for (i=0; i<MAX_FDS; i++) {
473 for (i=0; i<MAX_FDS; i++)
    [all...]
poll_windows.h 46 #define MAX_FDS 256

Completed in 56 milliseconds