OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__FD_ISSET
(Results
1 - 25
of
41
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select.h
54
#define
__FD_ISSET
(d, set) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
select.h
61
#define
__FD_ISSET
(d, set) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select.h
63
#define
__FD_ISSET
(d, set) \
/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)
/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; }))
/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-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-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-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-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-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-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-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; }))
/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-16/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-16/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-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-17/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-17/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-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)
Completed in 305 milliseconds
1
2