HomeSort by relevance Sort by last modified time
    Searched refs:__FDELT (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
posix_types.h 26 #undef __FDELT
27 #define __FDELT(d) ((d) / __NFDBITS)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
posix_types.h 26 #undef __FDELT
27 #define __FDELT(d) ((d) / __NFDBITS)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
posix_types.h 26 #undef __FDELT
27 #define __FDELT(d) ((d) / __NFDBITS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 59 #undef __FDELT
63 #define __FDELT(d) ((d) / __NFDBITS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 59 #undef __FDELT
63 #define __FDELT(d) ((d) / __NFDBITS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 59 #undef __FDELT
63 #define __FDELT(d) ((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 275 milliseconds

1 23