Searched refs:__BITSET_WORDS (Results 1 – 1 of 1) sorted by relevance
63 #define __BITSET_WORDS(__n) ((__n + __BITS_PER_WORD - 1)/__BITS_PER_WORD) macro347 class bitset : public _STLP_PRIV _Base_bitset<__BITSET_WORDS(_Nb) > {349 enum { _Words = __BITSET_WORDS(_Nb) } ;870 #undef __BITSET_WORDS