Searched refs:_STLP_WORD_BIT (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_bvector.h37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int))) macro
110 if (_M_offset++ == _STLP_WORD_BIT - 1) {
118 _M_offset = _STLP_WORD_BIT - 1;
133 _M_p += __n / _STLP_WORD_BIT;
134 __n = __n % _STLP_WORD_BIT;
136 _M_offset = (unsigned int) __n + _STLP_WORD_BIT;
143 return _STLP_WORD_BIT * (_M_p - __x._M_p) + _M_offset - __x._M_offset;
298 { return (__n_bits + _STLP_WORD_BIT - 1) / _STLP_WORD_BIT; }
404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT;
835 #undef _STLP_WORD_BIT macro
[all...]

Completed in 249 milliseconds