HomeSort by relevance Sort by last modified time
    Searched defs:__FD_ISSET (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
select.h 35 #define __FD_ISSET(d, s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
select.h 35 #define __FD_ISSET(d, s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
select.h 35 #define __FD_ISSET(d, s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0)
  /bionic/libc/kernel/arch-arm/asm/
posix_types.h 71 #undef __FD_ISSET
72 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /bionic/libc/kernel/arch-mips/asm/
posix_types.h 89 #undef __FD_ISSET
90 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /bionic/libc/kernel/arch-x86/asm/
posix_types_32.h 71 #undef __FD_ISSET
72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
  /development/ndk/platforms/android-3/arch-arm/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
posix_types.h 89 #undef __FD_ISSET
90 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
posix_types_32.h 71 #undef __FD_ISSET
72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
  /external/kernel-headers/original/asm-arm/
posix_types.h 71 #undef __FD_ISSET
72 #define __FD_ISSET(fd, fdsetp) \
  /external/kernel-headers/original/asm-mips/
posix_types.h 80 #undef __FD_ISSET
81 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /external/kernel-headers/original/asm-x86/
posix_types_32.h 61 #undef __FD_ISSET
62 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
posix_types_32.h 61 #undef __FD_ISSET
62 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_32.h 61 #undef __FD_ISSET
62 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_32.h 61 #undef __FD_ISSET
62 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
posix_types_32.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
posix_types_32.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
posix_types_32.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
posix_types.h 62 #undef __FD_ISSET
63 #define __FD_ISSET(fd, fdsetp) ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1<<((fd) & 31))) != 0)

Completed in 1053 milliseconds

1 2