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:__anon29323
  /bionic/libc/kernel/uapi/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon859
  /development/ndk/platforms/android-21/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon1964
  /external/kernel-headers/original/uapi/linux/
posix_types.h 26 } __kernel_fd_set; typedef in typeref:struct:__anon13487
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon56041
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon56808
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon57587
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon58365
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon59141
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon59918
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon60688
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon61455
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon62234
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon63012
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon63788
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon64565
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon65335
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon66102
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon66881
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon67659
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon68435
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
posix_types.h 27 } __kernel_fd_set; typedef in typeref:struct:__anon69212
  /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 3733 milliseconds

1 2 3 4