Searched refs:__max (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dcodecvt.cc107 const extern_type* __end, size_t __max) const
108 { return min(__max, static_cast<size_t>(__end - __from)); }
148 const extern_type* __end, size_t __max) const
149 { return min(__max, static_cast<size_t>(__end - __from)); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dnumeric_traits.h64 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
71 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
H A Dcodecvt_specializations.h290 const extern_type* __end, size_t __max) const;
506 const extern_type* __end, size_t __max) const
507 { return std::min(__max, static_cast<size_t>(__end - __from)); }
/openbsd-current/gnu/llvm/libcxx/src/support/solaris/
H A Dxlocale.cpp58 size_t __max, mbstate_t *__ps, locale_t __loc) {
59 return mbrtowc(__pwc, __pmb, __max, __ps);
57 mbrtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, mbstate_t *__ps, locale_t __loc) argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc236 const extern_type* __end, size_t __max) const
252 * __max));
253 while (__from < __end && __max)
265 __max, &__state);
287 __max -= __conv;
289 if (__from < __end && __max)
295 --__max;
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc183 const extern_type* __end, size_t __max) const
188 while (__from < __end && __max)
211 __max--;
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h76 const ptrdiff_t __max = numeric_limits<ptrdiff_t>::max() / sizeof(_Tp); local
77 if (__len > __max)
78 __len = __max;
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Daligned_storage.h76 static const size_t __max = _A1 < _A2 ? _A2 : _A1;
78 static const size_t value = _Len < __max ? __min : __max;
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dcodecvt.h219 const extern_type* __end, size_t __max) const
220 { return this->do_length(__state, __from, __end, __max); }
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 Dlocale_facets.h3348 int __min, int __max, size_t __len,
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dcodecvt.h110 const extern_type* __end, size_t __max) const
111 { return this->do_length(__state, __from, __end, __max); }
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 Dlocale_facets.h1386 int __min, int __max, size_t __len,
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcodecvt.cc108 const extern_type* __end, size_t __max) const
111 return std::min(__max, __d);
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_max.h38 namespace __max { namespace in namespace:ranges
80 } // namespace __max
83 inline constexpr auto max = __max::__fn{};
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { argument
98 return ::strftime(__s, __max, __format, __tm);
/openbsd-current/gnu/llvm/libcxx/include/
H A D__bsd_locale_fallbacks.h79 int __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) argument
82 return mbtowc(__pwc, __pmb, __max);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmaxl(x, y) __max((x), (y))
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
H A Dcodecvt_specializations.h234 const extern_type* __end, size_t __max) const;
451 const extern_type* __end, size_t __max) const
452 { return min(__max, static_cast<size_t>(__end - __from)); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp76 typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,

Completed in 417 milliseconds