Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/
H A D__std_stream29 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];
/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dnth_element.h52 const difference_type __limit = 7; in __nth_element() local
74 if (__len <= __limit) in __nth_element()
H A Dsort.h380 const unsigned __limit = 8;
392 if (++__count == __limit)
438 const difference_type __limit =
464 if (__len <= __limit) {
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_bitset.h251 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local
254 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()
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A 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()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dfstream.tcc612 const streamsize __limit = std::min(__chunk, __bufavail); in xsputn() local
613 if (__n >= __limit) in xsputn()
/openbsd/gnu/gcc/libstdc++-v3/src/
H A 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()
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dfunctional339 unsigned int operator()(unsigned int __limit) {
343 return _M_table[_M_index1] % __limit;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dfunctional362 operator()(unsigned int __limit)
367 return _M_table[_M_index1] % __limit;