Searched refs:__limit (Results 1 – 7 of 7) sorted by relevance
79 int __limit; in __maskrune_l() local80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()104 int __limit; in __sbmaskrune_l() local105 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __sbmaskrune_l()106 return (__c < 0 || __c >= __limit) ? 0 : in __sbmaskrune_l()149 int __limit; in towlower_l() local150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()156 int __limit; in towupper_l() local157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()189 int __limit;[all …]
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];
3774 const unsigned __limit = 8;3789 if (++__count == __limit)3839 const difference_type __limit = is_trivially_copy_constructible<value_type>::value &&3864 if (__len <= __limit)5115 const difference_type __limit = 7;5138 if (__len <= __limit)5143 // __len > __limit >= 3
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()
362 operator()(unsigned int __limit)367 return _M_table[_M_index1] % __limit;