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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_windows.c71 struct winfd poll_fd[MAX_FDS];
78 } _poll_fd[MAX_FDS];
105 if ((_index < 0) || (_index >= MAX_FDS)) {
137 if ((_index < 0) || (_index >= MAX_FDS)) {
162 for (i=0; i<MAX_FDS; i++) {
181 for (i=0; i<MAX_FDS; i++) {
231 for (i=0; i<MAX_FDS; i++) {
275 for (i=0; i<MAX_FDS; i++) {
349 for (i=0; i<MAX_FDS; i++) {
434 for (i=0; i<MAX_FDS;
[all...]
H A Dpoll_windows.h52 #define MAX_FDS 256 macro
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Devent_test.cc226 const int MAX_FDS = 32; variable
269 struct pollfd pollfds[MAX_FDS];

Completed in 97 milliseconds