Lines Matching refs:__WORD_BIT
36 static const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int)); variable
83 if (_M_offset++ == __WORD_BIT - 1) { in bump_up()
90 _M_offset = __WORD_BIT - 1; in bump_down()
119 _M_p += __n / __WORD_BIT;
120 __n = __n % __WORD_BIT;
122 _M_offset = (unsigned int) __n + __WORD_BIT;
141 return __WORD_BIT * (_M_p - __x._M_p) + _M_offset - __x._M_offset;
166 if (_M_offset++ == __WORD_BIT - 1) { in bump_up()
173 _M_offset = __WORD_BIT - 1; in bump_down()
206 _M_p += __n / __WORD_BIT;
207 __n = __n % __WORD_BIT;
209 _M_offset = (unsigned int) __n + __WORD_BIT;
228 return __WORD_BIT * (_M_p - __x._M_p) + _M_offset - __x._M_offset;
262 { return _M_data_allocator.allocate((__n + __WORD_BIT - 1)/__WORD_BIT); } in _M_bit_alloc()
292 { return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); } in _M_bit_alloc()
336 { return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); } in _M_bit_alloc()
416 _M_end_of_storage = __q + (__n + __WORD_BIT - 1)/__WORD_BIT; in _M_initialize()
427 size_type __len = size() ? 2 * size() : __WORD_BIT; in _M_insert_aux()
433 _M_end_of_storage = __q + (__len + __WORD_BIT - 1)/__WORD_BIT; in _M_insert_aux()
487 _M_end_of_storage = __q + (__len + __WORD_BIT - 1)/__WORD_BIT; in _M_insert_range()
669 _M_end_of_storage = __q + (__n + __WORD_BIT - 1)/__WORD_BIT; in reserve()
736 _M_end_of_storage = __q + (__len + __WORD_BIT - 1)/__WORD_BIT; in insert()
757 _M_end_of_storage = __q + (__len + __WORD_BIT - 1)/__WORD_BIT; in insert()
777 _M_end_of_storage = __q + (__len + __WORD_BIT - 1)/__WORD_BIT; in insert()