Searched refs:__limit (Results 1 – 5 of 5) sorted by relevance
775 const streamsize __limit = std::min(__chunk, __bufavail); in xsputn() local776 if (__n >= __limit) in xsputn()
1021 auto __limit = __p.p() * (__aurng.max() - __aurng.min()); in __generate_impl() local1024 *__f++ = (__aurng() - __aurng.min()) < __limit; in __generate_impl()
358 operator()(unsigned int __limit)363 return _M_table[_M_index1] % __limit;
272 const size_t __limit = _Nw - __wshift - 1;275 for (size_t __n = 0; __n <= __limit; ++__n)281 for (size_t __n = 0; __n < __limit; ++__n)284 _M_w[__limit] = _M_w[_Nw-1] >> __offset;287 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
1547 operator()(int __limit) in _GLIBCXX_VISIBILITY()1548 { return rand() % __limit; } in _GLIBCXX_VISIBILITY()