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

  /external/libusb/libusb/os/
poll_windows.c 73 struct winfd poll_fd[MAX_FDS];
80 } _poll_fd[MAX_FDS];
107 if ((_index < 0) || (_index >= MAX_FDS)) {
139 if ((_index < 0) || (_index >= MAX_FDS)) {
164 for (i=0; i<MAX_FDS; i++) {
183 for (i=0; i<MAX_FDS; i++) {
233 for (i=0; i<MAX_FDS; i++) {
277 for (i=0; i<MAX_FDS; i++) {
351 for (i=0; i<MAX_FDS; i++) {
436 for (i=0; i<MAX_FDS; i++)
    [all...]
poll_windows.h 58 #define MAX_FDS 256

Completed in 83 milliseconds