HomeSort by relevance Sort by last modified time
    Searched refs:FD_CLR (Results 51 - 75 of 86) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 94 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 94 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp)
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
main.cc 149 FD_CLR(listener.socket(), &socket_set);
163 FD_CLR(s->socket(), &socket_set);
  /external/qemu/
iolooper-select.c 128 FD_CLR(fd, iol->reads);
137 FD_CLR(fd, iol->writes);
  /external/chromium_org/third_party/openssl/openssl/apps/
s_apps.h 142 #define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS)))
  /external/openssl/apps/
s_apps.h 142 #define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 144 #ifndef FD_CLR
145 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS)))
239 FD_CLR(XFD_FD(b1,__i), dst); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 144 #ifndef FD_CLR
145 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS)))
239 FD_CLR(XFD_FD(b1,__i), dst); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 144 #ifndef FD_CLR
145 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS)))
239 FD_CLR(XFD_FD(b1,__i), dst); \
  /bootable/recovery/minadbd/
fdevent.c 271 FD_CLR(fde->fd, &read_fds);
272 FD_CLR(fde->fd, &write_fds);
273 FD_CLR(fde->fd, &error_fds);
286 FD_CLR(fde->fd, &read_fds);
291 FD_CLR(fde->fd, &write_fds);
296 FD_CLR(fde->fd, &error_fds);
  /system/core/adb/
fdevent.c 271 FD_CLR(fde->fd, &read_fds);
272 FD_CLR(fde->fd, &write_fds);
273 FD_CLR(fde->fd, &error_fds);
286 FD_CLR(fde->fd, &read_fds);
291 FD_CLR(fde->fd, &write_fds);
296 FD_CLR(fde->fd, &error_fds);
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 205 #undef FD_CLR
206 #define FD_CLR(fd, maskp) \
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 146 FD_CLR(fd, iol->reads);
155 FD_CLR(fd, iol->writes);
  /external/libppp/src/
main.c 599 FD_CLR(i, rfds);
608 FD_CLR(i, wfds);
617 FD_CLR(i, efds);
exec.c 129 FD_CLR(dev->fd_out, w);
134 FD_CLR(dev->fd_out, e);
physical.c 893 FD_CLR(p->fd, r);
898 FD_CLR(p->fd, e);
903 FD_CLR(p->fd, w);
  /external/qemu/proxy/
proxy_common.c 387 FD_CLR( fd, sel->reads );
392 FD_CLR( fd, sel->writes );
397 FD_CLR( fd, sel->errors );
  /external/kernel-headers/original/linux/
time.h 183 #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp)
  /external/chromium/third_party/libevent/
select.c 330 FD_CLR(ev->ev_fd, sop->event_readset_in);
335 FD_CLR(ev->ev_fd, sop->event_writeset_in);
  /external/chromium_org/third_party/libevent/
select.c 330 FD_CLR(ev->ev_fd, sop->event_readset_in);
335 FD_CLR(ev->ev_fd, sop->event_writeset_in);
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 474 FD_CLR(uipc_main.ch[ch_id].srvfd, &uipc_main.active_set);
483 FD_CLR(uipc_main.ch[ch_id].fd, &uipc_main.active_set);
873 FD_CLR(uipc_main.ch[ch_id].fd, &uipc_main.active_set);
  /external/qemu/slirp/
socket.c 674 /* FD_CLR(so->s,&writefds); */
717 FD_CLR(so->s,global_writefds);
733 FD_CLR(so->s,global_readfds);
736 FD_CLR(so->s,global_xfds);
  /external/qemu/slirp-android/
socket.c 708 /* FD_CLR(so->s,&writefds); */
751 FD_CLR(so->s,global_writefds);
767 FD_CLR(so->s,global_readfds);
770 FD_CLR(so->s,global_xfds);
  /hardware/ril/libril/
ril_event.cpp 142 FD_CLR(ev->fd, &readFds);
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]

Completed in 3906 milliseconds

1 23 4