Home | History | Annotate | Download | only in python2.7

Lines Matching refs:howmany

981 #ifndef howmany
982 #define howmany(x, y) (((x)+((y)-1))/(y))
983 #endif /* howmany */
986 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];