Home
last modified time | relevance | path

Searched refs:__FD_SETSIZE (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dposix_types.h24 #undef __FD_SETSIZE
25 #define __FD_SETSIZE 1024 macro
28 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
H A Dtime.h28 #define FD_SETSIZE __FD_SETSIZE
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dselect.h72 __fd_mask fds_bits[__FD_SETSIZE / __NFDBITS];
75 __fd_mask __fds_bits[__FD_SETSIZE / __NFDBITS];
81 #define FD_SETSIZE __FD_SETSIZE
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dtypesizes.h63 #define __FD_SETSIZE 1024 macro