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

  /bionic/libc/include/sys/
select.h 68 #define __FD_ISSET(fd, set) ((__FDS_BITS(const fd_set*,set)[__FDELT(fd)] & __FDMASK(fd)) != 0)
78 #define FD_ISSET(fd, set) __FD_ISSET(fd, set)
  /external/u-boot/arch/arm/include/asm/
posix_types.h 77 #undef __FD_ISSET
78 #define __FD_ISSET(fd, fdsetp) \
  /external/u-boot/arch/m68k/include/asm/
posix_types.h 47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
73 #undef __FD_ISSET
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p)
  /external/u-boot/arch/microblaze/include/asm/
posix_types.h 68 #undef __FD_ISSET
69 #define __FD_ISSET(fd, fd_set) \
  /external/u-boot/arch/mips/include/asm/
posix_types.h 71 #undef __FD_ISSET
72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
  /external/u-boot/arch/nds32/include/asm/
posix_types.h 78 #undef __FD_ISSET
79 #define __FD_ISSET(fd, fdsetp) \
  /external/u-boot/arch/nios2/include/asm/
posix_types.h 59 #undef __FD_ISSET
60 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
  /external/u-boot/arch/powerpc/include/asm/
posix_types.h 47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
73 #undef __FD_ISSET
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p)
  /external/u-boot/arch/riscv/include/asm/
posix_types.h 81 #undef __FD_ISSET
82 #define __FD_ISSET(_fd, fdsetp) \
  /external/u-boot/arch/sh/include/asm/
posix_types.h 69 #undef __FD_ISSET
70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
  /external/u-boot/arch/x86/include/asm/
posix_types.h 65 #undef __FD_ISSET
66 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \
  /external/u-boot/arch/xtensa/include/asm/
posix_types.h 63 #undef __FD_ISSET
64 #define __FD_ISSET(fd, fdsetp) \
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h 44 #undef __FD_ISSET
45 #define __FD_ISSET(fd, fdsetp) \

Completed in 599 milliseconds