/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | codecvt_members.cc | 236 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/gnu/lib/libstdc++/libstdc++/src/ |
H A D | codecvt.cc | 107 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/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | codecvt.h | 110 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;
|
H A D | locale_facets.tcc | 1717 int __min, int __max, size_t __len, in _M_extract_num() argument 1735 if (__min <= __value && __value <= __max) in _M_extract_num()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | codecvt.h | 219 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;
|
H A D | locale_facets.tcc | 609 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()
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | codecvt_members.cc | 183 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/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_memory.h | 76 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/gnu/llvm/libcxx/include/__type_traits/ |
H A D | aligned_storage.h | 76 static const size_t __max = _A1 < _A2 ? _A2 : _A1; 78 static const size_t value = _Len < __max ? __min : __max;
|
/openbsd/gnu/llvm/libcxx/src/support/solaris/ |
H A D | xlocale.cpp | 58 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l() argument 59 return mbrtowc(__pwc, __pmb, __max, __ps); in mbrtowc_l()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | numeric_traits.h | 64 static const _Value __max = __glibcxx_max(_Value); 71 const _Value __numeric_traits_integer<_Value>::__max;
|
H A D | codecvt_specializations.h | 290 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/gnu/gcc/libstdc++-v3/src/ |
H A D | codecvt.cc | 108 const extern_type* __end, size_t __max) const in do_length() 111 return std::min(__max, __d); in do_length()
|
/openbsd/gnu/llvm/libcxx/include/__algorithm/ |
H A D | ranges_max.h | 38 namespace __max { 83 inline constexpr auto max = __max::__fn{};
|
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() argument 98 return ::strftime(__s, __max, __format, __tm); in strftime_l()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __bsd_locale_fallbacks.h | 79 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()
|
H A D | limits | 208 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;}
|
H A D | regex | 1652 size_t __max = numeric_limits<size_t>::max()) 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) 3825 int __max = -1; 3826 __temp = __parse_DUP_COUNT(__first, __last, __max); 3833 if (__max < __min) 4803 basic_regex<_CharT, _Traits>::__push_loop(size_t __min, size_t __max, [all …]
|
H A D | new | 188 enum align_val_t { __zero = 0, __max = (size_t)-1 };
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
H A D | codecvt_specializations.h | 234 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/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | int_math.h | 81 #define crt_fmaxl(x, y) __max((x), (y))
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | BADNAMES | 81 __max
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | BADNAMES | 96 __max
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 76 …ename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random | 1530 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)
|