Searched defs:FD_SETSIZE (Results 1 - 6 of 6) sorted by relevance

/external/openssl/apps/
H A Ds_apps.h130 #ifndef FD_SETSIZE
131 #define FD_SETSIZE MAX_NOFILE macro
132 #endif /* FD_SETSIZE */
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper.cc35 #ifndef FD_SETSIZE
36 #define FD_SETSIZE 1024 macro
107 if (sl->GetFd() != INVALID_SOCKET && sl->GetFd() < FD_SETSIZE)
/external/openssl/crypto/rand/
H A Drand_unix.c132 #ifndef FD_SETSIZE
133 # define FD_SETSIZE (8*sizeof(fd_set)) macro
324 if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE)
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_nto.h66 #undef FD_SETSIZE macro
67 #define FD_SETSIZE 4096 macro
154 #define _PR_MD_MAX_OSFD FD_SETSIZE
H A D_unixos.h39 * If FD_SETSIZE is not defined on the command line, set the default value
43 * Linux: FD_SETSIZE is defined in /usr/include/sys/select.h and should
47 #ifndef FD_SETSIZE
48 #define FD_SETSIZE 4096 macro
/external/iputils/
H A Dtraceroute6.c281 #define FD_SETSIZE NFDBITS macro

Completed in 136 milliseconds