Home
last modified time | relevance | path

Searched defs:FD_CLR (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/sys/
Dselect.h35 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/ndk_musl_include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/grpc/third_party/cares/config_linux/
Dares_config.h457 #define FD_CLR(d, set) \ macro
/third_party/grpc/third_party/cares/config_android/
Dares_config.h457 #define FD_CLR(d, set) \ macro
/third_party/lwip/src/include/lwip/
Dsockets.h477 #define FD_CLR(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro