gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__GNUC_PREREQ__ from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h - 4.1KB - 110 lines
74:     ((p)->fds_bits[(n)/__NFDBITS] & (1 << ((n) % __NFDBITS)))
75: #if __GNUC_PREREQ__(2, 95) && !defined(T2EX)
76: #define FD_ZERO(p)      (void)__builtin_memset((p), 0, sizeof(*(p)))
96: 97: #if __GNUC_PREREQ__(2, 95) 98: #define FD_COPY(f, t) (void)__builtin_memcpy((t), (f), sizeof(*(f)))