HomeSort by relevance Sort by last modified time
    Searched defs:__FD_SETSIZE (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/uapi/linux/
posix_types.h 22 #undef __FD_SETSIZE
23 #define __FD_SETSIZE 1024
25 unsigned long fds_bits[__FD_SETSIZE / (8 * sizeof(long))];
  /external/iproute2/include/uapi/linux/
posix_types.h 22 #undef __FD_SETSIZE
23 #define __FD_SETSIZE 1024
26 unsigned long fds_bits[__FD_SETSIZE / (8 * sizeof(long))];
  /external/kernel-headers/original/uapi/linux/
posix_types.h 22 #undef __FD_SETSIZE
23 #define __FD_SETSIZE 1024
26 unsigned long fds_bits[__FD_SETSIZE / (8 * sizeof(long))];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
posix_types.h 24 #undef __FD_SETSIZE
25 #define __FD_SETSIZE 1024
28 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
typesizes.h 63 #define __FD_SETSIZE 1024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
typesizes.h 63 #define __FD_SETSIZE 1024
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 71 __FD_SETSIZE = 1024
134 FD_SETSIZE = __FD_SETSIZE
IN.py 308 __FD_SETSIZE = 1024
371 FD_SETSIZE = __FD_SETSIZE
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 78 __FD_SETSIZE = 1024
154 FD_SETSIZE = __FD_SETSIZE
IN.py 176 __FD_SETSIZE = 1024
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 78 __FD_SETSIZE = 1024
154 FD_SETSIZE = __FD_SETSIZE
IN.py 176 __FD_SETSIZE = 1024
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 78 __FD_SETSIZE = 1024
154 FD_SETSIZE = __FD_SETSIZE
IN.py 176 __FD_SETSIZE = 1024

Completed in 551 milliseconds