Home | History | Annotate | Download | only in lib

Lines Matching refs:attr

100    specified by ATTR.  For variable size bitsets, N_BITS is only a
103 bitset_type_choose (bitset_bindex n_bits ATTRIBUTE_UNUSED, unsigned int attr)
106 if (attr & BITSET_FIXED && attr & BITSET_VARIABLE)
108 if (attr & BITSET_SPARSE && attr & BITSET_DENSE)
116 if (!attr)
119 if (attr & BITSET_SPARSE)
122 if (attr & BITSET_FIXED)
125 if (attr & BITSET_GREEDY)
169 ATTR. */
171 bitset_create (bitset_bindex n_bits, unsigned int attr)
175 type = bitset_type_choose (n_bits, attr);