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

1 2 3 4

  /hardware/bsp/intel/peripheral/libmraa/include/linux/
posix_types.h 26 } __kernel_fd_set; typedef in typeref:struct:__anon30623
  /bionic/libc/kernel/uapi/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon857
  /development/ndk/platforms/android-21/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon1962
  /external/kernel-headers/original/uapi/linux/
posix_types.h 26 } __kernel_fd_set; typedef in typeref:struct:__anon14937
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon56449
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon57216
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon57995
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon58773
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon59549
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon60326
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon61096
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon61863
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon62642
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon63420
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon64196
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon64973
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon65743
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon66510
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon67289
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon68067
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon68843
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon69620
  /development/ndk/platforms/android-9/arch-x86/include/asm/
posix_types_32.h 67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
70 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
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; }))
75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
posix_types_32.h 67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
70 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
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; }))
75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
posix_types_32.h 67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
70 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
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; }))
75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)

Completed in 3883 milliseconds

1 2 3 4