Searched refs:UTIL_BITMASK_INITIAL_WORDS (Results 1 – 1 of 1) sorted by relevance
46 #define UTIL_BITMASK_INITIAL_WORDS 16 macro72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word)); in util_bitmask_create()78 bm->size = UTIL_BITMASK_INITIAL_WORDS * UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_create()