Searched defs:FD_CLR (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | select.h | 35 #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/ |
D | select.h | 28 #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/ |
D | select.h | 28 #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/ |
D | select.h | 28 #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/ |
D | select.h | 28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/include/sys/ |
D | select.h | 28 #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/ |
D | ares_config.h | 457 #define FD_CLR(d, set) \ macro
|
/third_party/grpc/third_party/cares/config_android/ |
D | ares_config.h | 457 #define FD_CLR(d, set) \ macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 477 #define FD_CLR(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro
|