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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
select.h 33 #define __FD_SET(d, s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
select.h 33 #define __FD_SET(d, s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
select.h 33 #define __FD_SET(d, s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d))
  /bionic/libc/kernel/arch-arm/asm/
posix_types.h 66 #undef __FD_SET
67 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /bionic/libc/kernel/arch-mips/asm/
posix_types.h 84 #undef __FD_SET
85 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /bionic/libc/kernel/arch-x86/asm/
posix_types_32.h 66 #undef __FD_SET
67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
  /development/ndk/platforms/android-3/arch-arm/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /development/ndk/platforms/android-9/arch-mips/include/asm/
posix_types.h 84 #undef __FD_SET
85 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
posix_types_32.h 66 #undef __FD_SET
67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
  /external/kernel-headers/original/asm-arm/
posix_types.h 63 #undef __FD_SET
64 #define __FD_SET(fd, fdsetp) \
  /external/kernel-headers/original/asm-mips/
posix_types.h 74 #undef __FD_SET
75 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /external/kernel-headers/original/asm-x86/
posix_types_32.h 51 #undef __FD_SET
52 #define __FD_SET(fd,fdsetp) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
posix_types_32.h 51 #undef __FD_SET
52 #define __FD_SET(fd,fdsetp) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_32.h 51 #undef __FD_SET
52 #define __FD_SET(fd,fdsetp) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
posix_types_32.h 51 #undef __FD_SET
52 #define __FD_SET(fd,fdsetp) \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
posix_types_32.h 56 #undef __FD_SET
57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
posix_types_32.h 56 #undef __FD_SET
57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
posix_types_32.h 56 #undef __FD_SET
57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
posix_types.h 56 #undef __FD_SET
57 #define __FD_SET(fd, fdsetp) (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1<<((fd) & 31)))

Completed in 465 milliseconds

1 2 3