OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FDS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c
71
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
; i++)
[
all
...]
poll_windows.h
52
#define
MAX_FDS
256
Completed in 39 milliseconds