OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__FD_ISSET
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/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)
/prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/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)
/prebuilts/ndk/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-19/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/current/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/current/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/current/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/current/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/current/platforms/android-9/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)
/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; }))
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h
44
#undef
__FD_ISSET
45
#define
__FD_ISSET
(fd, fdsetp) \
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/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)
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/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; }))
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/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)
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/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; }))
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/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)
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/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; }))
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/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)
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/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; }))
Completed in 290 milliseconds
1
2
3
4