HomeSort by relevance Sort by last modified time
    Searched defs:FD_SET (Results 1 - 25 of 46) sorted by null

1 2

  /external/openssl/apps/
s_apps.h 124 #if defined(OPENSSL_SYS_VMS) && !defined(FD_SET)
125 /* VAX C does not defined fd_set and friends, but it's actually quite simple */
140 typedef fd_mask fd_set; typedef
141 #define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 118 typedef struct fd_set { struct
120 } fd_set; typedef in typeref:struct:fd_set
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
141 #ifndef FD_SET
142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
54 /* The fd_set member is required to be an array of longs. */
66 /* fd_set for select and pselect. */
78 } fd_set; typedef in typeref:struct:__anon26860
80 /* Maximum number of file descriptors in `fd_set'. */
84 /* Sometimes the fd_set member is assumed to have this type. */
87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */
92 /* Access macros for `fd_set'. */
93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp)
109 extern int select (int __nfds, fd_set *__restrict __readfds
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 118 typedef struct fd_set { struct
120 } fd_set; typedef in typeref:struct:fd_set
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
141 #ifndef FD_SET
142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
54 /* The fd_set member is required to be an array of longs. */
66 /* fd_set for select and pselect. */
78 } fd_set; typedef in typeref:struct:__anon28526
80 /* Maximum number of file descriptors in `fd_set'. */
84 /* Sometimes the fd_set member is assumed to have this type. */
87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */
92 /* Access macros for `fd_set'. */
93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp)
109 extern int select (int __nfds, fd_set *__restrict __readfds
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 118 typedef struct fd_set { struct
120 } fd_set; typedef in typeref:struct:fd_set
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
141 #ifndef FD_SET
142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
54 /* The fd_set member is required to be an array of longs. */
66 /* fd_set for select and pselect. */
78 } fd_set; typedef in typeref:struct:__anon30038
80 /* Maximum number of file descriptors in `fd_set'. */
84 /* Sometimes the fd_set member is assumed to have this type. */
87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */
92 /* Access macros for `fd_set'. */
93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp)
109 extern int select (int __nfds, fd_set *__restrict __readfds
    [all...]
  /bionic/libc/kernel/common/linux/
time.h 44 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /development/ndk/platforms/android-3/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
time.h 29 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
time.h 29 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
time.h 29 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
time.h 38 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)

Completed in 740 milliseconds

1 2