HomeSort by relevance Sort by last modified time
    Searched refs:__NFDBITS (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
posix_types.h 21 #undef __NFDBITS
22 #define __NFDBITS (8 * sizeof(unsigned long))
28 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
31 #define __FDELT(d) ((d) / __NFDBITS)
34 #define __FDMASK(d) (1UL << ((d) % __NFDBITS))
time.h 26 #define NFDBITS __NFDBITS
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fd_set.h 48 #define __NFDBITS ((unsigned int)sizeof(__fd_mask) * __NBBY)
63 __fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)];
67 ((p)->fds_bits[(n)/__NFDBITS] |= (1 << ((n) % __NFDBITS)))
69 ((p)->fds_bits[(n)/__NFDBITS] &= ~(1 << ((n) % __NFDBITS)))
71 ((p)->fds_bits[(n)/__NFDBITS] & (1 << ((n) % __NFDBITS)))
78 for (__i = 0; __i < __howmany(FD_SETSIZE, __NFDBITS); __i++) \
89 #define NFDBITS __NFDBITS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 58 #undef __NFDBITS
60 #define __NFDBITS (8 * (int) sizeof (__fd_mask))
61 #define __FD_ELT(d) ((d) / __NFDBITS)
62 #define __FD_MASK(d) ((__fd_mask) 1 << ((d) % __NFDBITS))
70 __fd_mask fds_bits[__FD_SETSIZE / __NFDBITS];
73 __fd_mask __fds_bits[__FD_SETSIZE / __NFDBITS];
86 # define NFDBITS __NFDBITS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 58 #undef __NFDBITS
60 #define __NFDBITS (8 * (int) sizeof (__fd_mask))
61 #define __FD_ELT(d) ((d) / __NFDBITS)
62 #define __FD_MASK(d) ((__fd_mask) 1 << ((d) % __NFDBITS))
70 __fd_mask fds_bits[__FD_SETSIZE / __NFDBITS];
73 __fd_mask __fds_bits[__FD_SETSIZE / __NFDBITS];
86 # define NFDBITS __NFDBITS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select2.h 34 ? __fdelt_warn (__d) : (__d / __NFDBITS)) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select2.h 34 ? __fdelt_warn (__d) : (__d / __NFDBITS)) \
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 72 def __FDELT(d): return ((d) / __NFDBITS)
IN.py 309 def __FDELT(d): return ((d) / __NFDBITS)
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 152 def __FDELT(d): return ((d) / __NFDBITS)
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 152 def __FDELT(d): return ((d) / __NFDBITS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 152 def __FDELT(d): return ((d) / __NFDBITS)

Completed in 91 milliseconds