Searched refs:__limit (Results 1 – 9 of 9) sorted by relevance
29 static const int __limit = 8;86 if (__encoding_ > __limit)118 char __extbuf[__limit];193 char __extbuf[__limit];264 char __extbuf[__limit];329 char __extbuf[__limit];
52 const difference_type __limit = 7; in __nth_element() local74 if (__len <= __limit) in __nth_element()
380 const unsigned __limit = 8;392 if (++__count == __limit)438 const difference_type __limit =464 if (__len <= __limit) {
251 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local254 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift()259 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift()262 _M_w[__limit] = _M_w[_Nw-1] >> __offset; in _M_do_right_shift()265 fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0)); in _M_do_right_shift()
249 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local252 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift()258 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift()261 _M_w[__limit] = _M_w[_Nw-1] >> __offset; in _M_do_right_shift()264 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0)); in _M_do_right_shift()
612 const streamsize __limit = std::min(__chunk, __bufavail); in xsputn() local613 if (__n >= __limit) in xsputn()
267 const size_t __limit = (100 * (_M_bin_size - __which) in _M_reclaim_block() local296 if (__remove > __limit && __remove > __bin._M_free[__thread_id]) in _M_reclaim_block()
339 unsigned int operator()(unsigned int __limit) {343 return _M_table[_M_index1] % __limit;
362 operator()(unsigned int __limit)367 return _M_table[_M_index1] % __limit;