Home
last modified time | relevance | path

Searched refs:__limit (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/include/xlocale/
D_ctype.h79 int __limit; in __maskrune_l() local
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()
104 int __limit; in __sbmaskrune_l() local
105 _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() local
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()
156 int __limit; in towupper_l() local
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()
189 int __limit;
[all …]
/freebsd-9-stable/contrib/libc++/include/
D__std_stream28 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];
Dalgorithm3774 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
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_bitset.h249 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local
252 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()
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dfstream.tcc612 const streamsize __limit = std::min(__chunk, __bufavail); in xsputn() local
613 if (__n >= __limit) in xsputn()
/freebsd-9-stable/contrib/libstdc++/src/
Dmt_allocator.cc267 const size_t __limit = (100 * (_M_bin_size - __which) in _M_reclaim_block() local
296 if (__remove > __limit && __remove > __bin._M_free[__thread_id]) in _M_reclaim_block()
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dfunctional362 operator()(unsigned int __limit)
367 return _M_table[_M_index1] % __limit;