Home
last modified time | relevance | path

Searched refs:__max (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dcodecvt_members.cc236 const extern_type* __end, size_t __max) const in do_length()
252 * __max)); in do_length()
253 while (__from < __end && __max) in do_length()
265 __max, &__state); in do_length()
287 __max -= __conv; in do_length()
289 if (__from < __end && __max) in do_length()
295 --__max; in do_length()
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dcodecvt.cc107 const extern_type* __end, size_t __max) const in do_length()
108 { return min(__max, static_cast<size_t>(__end - __from)); } in do_length()
148 const extern_type* __end, size_t __max) const in do_length()
149 { return min(__max, static_cast<size_t>(__end - __from)); } in do_length()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dcodecvt.h110 const extern_type* __end, size_t __max) const in length() argument
111 { return this->do_length(__state, __from, __end, __max); } in length()
148 const extern_type* __end, size_t __max) const = 0;
202 const extern_type* __end, size_t __max) const;
256 const extern_type* __end, size_t __max) const;
310 const extern_type* __end, size_t __max) const;
Dlocale_facets.tcc1717 int __min, int __max, size_t __len, in _M_extract_num() argument
1735 if (__min <= __value && __value <= __max) in _M_extract_num()
Dlocale_facets.h1386 int __min, int __max, size_t __len,
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dcodecvt.h219 const extern_type* __end, size_t __max) const in length() argument
220 { return this->do_length(__state, __from, __end, __max); } in length()
264 const extern_type* __end, size_t __max) const = 0;
324 const extern_type* __end, size_t __max) const;
384 const extern_type* __end, size_t __max) const;
444 const extern_type* __end, size_t __max) const;
Dlocale_facets.tcc609 const __unsigned_type __max = __negative ? in _M_extract_int() local
611 const __unsigned_type __smax = __max / __base; in _M_extract_int()
629 __testfail |= __result > __max - __digit; in _M_extract_int()
676 __testfail |= __result > __max - __digit; in _M_extract_int()
2026 int __min, int __max, size_t __len, in _M_extract_num() argument
2045 if (__valuec > __max || __valuec + __mult < __min) in _M_extract_num()
Dlocale_facets.h3348 int __min, int __max, size_t __len, in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/
Dcodecvt_members.cc183 const extern_type* __end, size_t __max) const in do_length()
188 while (__from < __end && __max) in do_length()
211 __max--; in do_length()
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_memory.h76 const ptrdiff_t __max = numeric_limits<ptrdiff_t>::max() / sizeof(_Tp); in _GLIBCXX_BEGIN_NAMESPACE() local
77 if (__len > __max) in _GLIBCXX_BEGIN_NAMESPACE()
78 __len = __max; in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dnumeric_traits.h64 static const _Value __max = __glibcxx_max(_Value); member
71 const _Value __numeric_traits_integer<_Value>::__max;
Dcodecvt_specializations.h290 const extern_type* __end, size_t __max) const;
506 const extern_type* __end, size_t __max) const in do_length() argument
507 { return std::min(__max, static_cast<size_t>(__end - __from)); } in do_length()
/openbsd/src/gnu/llvm/libcxx/src/support/solaris/
Dxlocale.cpp58 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l() argument
59 return mbrtowc(__pwc, __pmb, __max, __ps); in mbrtowc_l()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dcodecvt.cc108 const extern_type* __end, size_t __max) const in do_length()
111 return std::min(__max, __d); in do_length()
/openbsd/src/gnu/llvm/libcxx/include/
D__bsd_locale_fallbacks.h79 int __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) in __libcpp_mbtowc_l() argument
82 return mbtowc(__pwc, __pmb, __max); in __libcpp_mbtowc_l()
Dlimits208 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0);
210 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __max;}
261 static _LIBCPP_CONSTEXPR const type __max = true;
263 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __max;}
Dregex1652 size_t __max = numeric_limits<size_t>::max())
1653 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id),
2985 void __push_loop(size_t __min, size_t __max, __owns_one_state<_CharT>* __s,
3721 int __max = -1;
3722 __first = __parse_DUP_COUNT(__first, __last, __max);
3726 if (__max == -1)
3730 if (__max < __min)
3732 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end,
3825 int __max = -1;
3826 __temp = __parse_DUP_COUNT(__first, __last, __max);
[all …]
Dnew188 enum align_val_t { __zero = 0, __max = (size_t)-1 };
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dcodecvt_specializations.h234 const extern_type* __end, size_t __max) const;
451 const extern_type* __end, size_t __max) const in do_length() argument
452 { return min(__max, static_cast<size_t>(__end - __from)); } in do_length()
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dint_math.h81 #define crt_fmaxl(x, y) __max((x), (y))
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DBADNAMES96 __max
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DBADNAMES81 __max
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
Dtrie_policy.hpp76 …ename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom1530 uniform_int(_IntType __min = 0, _IntType __max = 9)
1531 : _M_min(__min), _M_max(__max)
1620 result_type __min, result_type __max, true_type)
1621 { return result_type(__urng() % (__max - __min + 1)) + __min; }
1626 result_type __min, result_type __max, false_type)
1630 * (__max - __min + 1)) + __min;
2027 * @param __max [IN] The upper bound of the distribution.
2031 _RealType __max = _RealType(1))
2032 : _M_min(__min), _M_max(__max)
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-2001493 (num_get::_M_extract_int): Add maximum length parameter, __max.