Searched refs:__limit (Results 1 – 4 of 4) sorted by relevance
61 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local64 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift()69 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift()72 _M_w[__limit] = _M_w[_Nw-1] >> __offset; in _M_do_right_shift()75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0)); in _M_do_right_shift()
394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) { in operator()398 return _M_table[_M_index1] % __limit; in operator()
28 static const int __limit = 8;85 if (__encoding_ > __limit)117 char __extbuf[__limit];192 char __extbuf[__limit];263 char __extbuf[__limit];329 char __extbuf[__limit];
3762 const unsigned __limit = 8;3777 if (++__count == __limit)3827 const difference_type __limit = is_trivially_copy_constructible<value_type>::value &&3852 if (__len <= __limit)5093 const difference_type __limit = 7;5116 if (__len <= __limit)5121 // __len > __limit >= 3