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

  /bionic/libc/include/sys/
select.h 66 #define __FD_CLR(fd, set) (__FDS_BITS(fd_set*,set)[__FDELT(fd)] &= ~__FDMASK(fd))
76 #define FD_CLR(fd, set) __FD_CLR(fd, set)
  /external/u-boot/arch/arm/include/asm/
posix_types.h 73 #undef __FD_CLR
74 #define __FD_CLR(fd, fdsetp) \
  /external/u-boot/arch/m68k/include/asm/
posix_types.h 46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
65 #undef __FD_CLR
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)
  /external/u-boot/arch/microblaze/include/asm/
posix_types.h 65 #undef __FD_CLR
66 #define __FD_CLR(fd, fd_set) \
  /external/u-boot/arch/mips/include/asm/
posix_types.h 63 #undef __FD_CLR
64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
  /external/u-boot/arch/nds32/include/asm/
posix_types.h 74 #undef __FD_CLR
75 #define __FD_CLR(fd, fdsetp) \
  /external/u-boot/arch/nios2/include/asm/
posix_types.h 56 #undef __FD_CLR
57 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
  /external/u-boot/arch/powerpc/include/asm/
posix_types.h 46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
65 #undef __FD_CLR
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)
  /external/u-boot/arch/riscv/include/asm/
posix_types.h 76 #undef __FD_CLR
77 #define __FD_CLR(_fd, fdsetp) \
  /external/u-boot/arch/sh/include/asm/
posix_types.h 60 #undef __FD_CLR
61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
  /external/u-boot/arch/x86/include/asm/
posix_types.h 60 #undef __FD_CLR
61 #define __FD_CLR(fd,fdsetp) \
  /external/u-boot/arch/xtensa/include/asm/
posix_types.h 59 #undef __FD_CLR
60 #define __FD_CLR(fd, fdsetp) \
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h 40 #undef __FD_CLR
41 #define __FD_CLR(fd, fdsetp) \

Completed in 1115 milliseconds