Searched refs:WSETSIZE (Results 1 – 2 of 2) sorted by relevance
77 #define WSETSIZE 850 macro
1228 wsetsz += WSETSIZE; in exp_wsets()1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()1243 for (i = wsetsz-WSETSIZE, j = 0; i < wsetsz; ++i, ++j) in exp_wsets()