Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.h63 #define __BITSET_WORDS(__n) ((__n + __BITS_PER_WORD - 1)/__BITS_PER_WORD) macro
347 class bitset : public _STLP_PRIV _Base_bitset<__BITSET_WORDS(_Nb) > {
349 enum { _Words = __BITSET_WORDS(_Nb) } ;
870 #undef __BITSET_WORDS