Home
last modified time | relevance | path

Searched refs:NFDBITS (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/third_party/cares/config_android/
Dares_config.h453 #define GRPC_CARES_FD_MASK(d) ((long int)(1UL << (d) % NFDBITS))
456 ((void) (GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] |= GRPC_CARES_FD_MASK(d)))
458 ((void) (GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] &= ~GRPC_CARES_FD_MASK(d)))
460 ((GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] & GRPC_CARES_FD_MASK(d)) != 0)
/third_party/grpc/third_party/cares/config_linux/
Dares_config.h453 #define GRPC_CARES_FD_MASK(d) ((long int)(1UL << (d) % NFDBITS))
456 ((void) (GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] |= GRPC_CARES_FD_MASK(d)))
458 ((void) (GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] &= ~GRPC_CARES_FD_MASK(d)))
460 ((GRPC_CARES_FDS_BITS (set)[ (d) / NFDBITS ] & GRPC_CARES_FD_MASK(d)) != 0)
/third_party/musl/include/sys/
Dselect.h35 #define NFDBITS (8*(int)sizeof(long)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dselect.h35 #define NFDBITS (8*(int)sizeof(long)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dselect.h35 #define NFDBITS (8*(int)sizeof(long)) macro
/third_party/musl/ndk_musl_include/sys/
Dselect.h35 #define NFDBITS (8*(int)sizeof(long)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dselect.h35 #define NFDBITS (8*(int)sizeof(long)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dselect.h42 #define NFDBITS (8*(int)sizeof(long)) macro