Searched refs:_max (Results 1 – 1 of 1) sorted by relevance
56 #define set_new(a,_max) \ argument57 if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \58 fprintf(stderr, "set_new: Cannot allocate set with max of %d\n", _max); \59 (a).n = NumWords(_max);