Searched refs:SELECT_MIN_BITS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h3249 /* SELECT_MIN_BITS:
3256 #define SELECT_MIN_BITS 32 /**/ macro
H A Dpp_sys.c1039 # if SELECT_MIN_BITS == 1
1043 # undef SELECT_MIN_BITS macro
1044 # define SELECT_MIN_BITS __FD_SETSIZE macro
1046 /* If SELECT_MIN_BITS is greater than one we most probably will want
1047 * to align the sizes with SELECT_MIN_BITS/8 because for example
1051 growsize = maxlen + (SELECT_MIN_BITS/8 - (maxlen % (SELECT_MIN_BITS/8)));

Completed in 40 milliseconds