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

1 2 3 4

  /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)))
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/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)))
  /prebuilts/ndk/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-19/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/current/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/current/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/current/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/current/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/current/platforms/android-9/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)))
  /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)))
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h 36 #undef __FD_SET
37 #define __FD_SET(fd, fdsetp) \
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/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)))
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/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)))
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/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)))
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/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)))
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/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)))
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/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)))
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/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)))
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/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)))

Completed in 1308 milliseconds

1 2 3 4