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

1 2

  /bionic/tests/headers/posix/
sys_select_h.c 47 #if !defined(FD_CLR)
48 #error FD_CLR
sys_time_h.c 51 #if !defined(FD_CLR)
52 #error FD_CLR
  /external/syslinux/gpxe/src/include/gpxe/
posix_io.h 59 FD_CLR ( int fd, fd_set *set ) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 30 #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_fd_types.h 37 #ifndef FD_CLR
38 #define FD_CLR(fd,set) \
53 #endif /* !FD_CLR */
  /bionic/libc/include/sys/
select.h 72 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
76 #define FD_CLR(fd, set) __FD_CLR(fd, set)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fd_set.h 68 #define FD_CLR(n, p) \
  /external/webrtc/webrtc/examples/peerconnection/server/
main.cc 132 FD_CLR(listener.socket(), &socket_set);
146 FD_CLR(s->socket(), &socket_set);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 92 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 92 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xpoll.h 107 #ifndef FD_CLR
108 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS)))
202 FD_CLR(XFD_FD(b1,__i), dst); \
  /external/curl/tests/server/
sockfilt.c 829 FD_CLR(sock, writefds);
830 FD_CLR(sock, exceptfds);
834 FD_CLR(sock, readfds);
835 FD_CLR(sock, exceptfds);
844 FD_CLR(sock, readfds);
848 FD_CLR(sock, writefds);
861 FD_CLR(sock, exceptfds);
873 FD_CLR(sock, readfds);
874 FD_CLR(sock, writefds);
875 FD_CLR(sock, exceptfds)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 205 #undef FD_CLR
206 #define FD_CLR(fd, maskp) \
  /bionic/tests/
sys_select_test.cpp 42 FD_CLR(0, &fds);
45 FD_CLR(1, &fds);
  /external/libevent/
select.c 313 FD_CLR(fd, sop->event_readset_in);
316 FD_CLR(fd, sop->event_writeset_in);
  /external/libvncserver/libvncserver/
sockets.c 252 FD_CLR(rfbScreen->inetdSock,&rfbScreen->allFds);
258 FD_CLR(rfbScreen->listenSock,&rfbScreen->allFds);
264 FD_CLR(rfbScreen->listen6Sock,&rfbScreen->allFds);
270 FD_CLR(rfbScreen->udpSock,&rfbScreen->allFds);
334 FD_CLR(rfbScreen->listenSock, &fds);
344 FD_CLR(rfbScreen->listen6Sock, &fds);
380 FD_CLR(rfbScreen->udpSock, &fds);
503 FD_CLR(cl->sock,&(cl->screen->allFds));
httpd.c 144 FD_CLR(rfbScreen->httpSock,&rfbScreen->allFds);
150 FD_CLR(rfbScreen->httpListenSock,&rfbScreen->allFds);
156 FD_CLR(rfbScreen->httpListen6Sock,&rfbScreen->allFds);
  /system/bt/udrv/ulinux/
uipc.cc 252 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
396 FD_CLR(uipc.ch[ch_id].srvfd, &uipc.active_set);
404 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
721 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
  /system/core/adb/
shell_service.cpp 486 FD_CLR(*dead_sfd, &master_read_set);
487 FD_CLR(*dead_sfd, &master_write_set);
551 FD_CLR(protocol_sfd_, master_read_set_ptr);
562 FD_CLR(stdinout_sfd_, master_write_set_ptr);
  /external/ltp/testcases/kernel/syscalls/connect/
connect01.c 301 FD_CLR(fd, &afds);
  /external/ltp/testcases/kernel/syscalls/recv/
recv01.c 302 FD_CLR(fd, &afds);
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 331 FD_CLR(fd, &afds);
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 243 FD_CLR(fd, &afds);
  /external/skia/experimental/Networking/
SkSockets.cpp 57 FD_CLR(sockfd, &fMasterSet);
  /external/skqp/experimental/Networking/
SkSockets.cpp 57 FD_CLR(sockfd, &fMasterSet);

Completed in 596 milliseconds

1 2