Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.h56 #define set_new(a,_max) \ argument
57 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);