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

123

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc210 const extern_type* __end, size_t __max) const
222 * __max));
223 while (__from < __end && __max)
235 __max, &__state,
258 __max -= __conv;
260 if (__from < __end && __max)
266 --__max;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc235 const extern_type* __end, size_t __max) const
251 * __max));
252 while (__from < __end && __max)
264 __max, &__state);
286 __max -= __conv;
288 if (__from < __end && __max)
294 --__max;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc210 const extern_type* __end, size_t __max) const
222 * __max));
223 while (__from < __end && __max)
235 __max, &__state,
258 __max -= __conv;
260 if (__from < __end && __max)
266 --__max;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc235 const extern_type* __end, size_t __max) const
251 * __max));
252 while (__from < __end && __max)
264 __max, &__state);
286 __max -= __conv;
288 if (__from < __end && __max)
294 --__max;
/netbsd-current/external/gpl3/gcc.old/dist/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--;
/netbsd-current/external/gpl3/gcc/dist/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--;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tempbuf.h102 const ptrdiff_t __max = local
103 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
104 if (__len > __max)
105 __len = __max;
H A Dcodecvt.h215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
327 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
454 const extern_type* __end, size_t __max) const;
513 const extern_type* __end, size_t __max) const;
570 const extern_type* __end, size_t __max) const;
628 const extern_type* __end, size_t __max) const;
685 const extern_type* __end, size_t __max) cons
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tempbuf.h103 const ptrdiff_t __max = local
104 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
105 if (__len > __max)
106 __len = __max;
H A Dcodecvt.h218 const extern_type* __end, size_t __max) const
219 { return this->do_length(__state, __from, __end, __max); }
263 const extern_type* __end, size_t __max) const = 0;
330 const extern_type* __end, size_t __max) const;
392 const extern_type* __end, size_t __max) const;
457 const extern_type* __end, size_t __max) const;
516 const extern_type* __end, size_t __max) const;
573 const extern_type* __end, size_t __max) const;
631 const extern_type* __end, size_t __max) const;
688 const extern_type* __end, size_t __max) cons
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc67 if (rel_s > __int_traits<time_t>::__max) [[unlikely]]
69 rt.tv_sec = __int_traits<time_t>::__max;
H A Dcodecvt.cc804 const extern_type* __end, size_t __max) const
806 __end = utf16_span(__from, __end, __max);
875 const extern_type* __end, size_t __max) const
877 __end = ucs4_span(__from, __end, __max);
953 const extern_type* __end, size_t __max) const
955 __end = utf16_span(__from, __end, __max);
1024 const extern_type* __end, size_t __max) const
1026 __end = ucs4_span(__from, __end, __max);
1098 const extern_type* __end, size_t __max) const
1100 __end = ucs2_span(__from, __end, __max, _M_maxcod
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc91 if (rel_s > __int_traits<syscall_time_t>::__max) [[unlikely]]
93 rt.tv_sec = __int_traits<syscall_time_t>::__max;
135 if (__s.count() > __int_traits<syscall_time_t>::__max) [[unlikely]]
136 rt.tv_sec = __int_traits<syscall_time_t>::__max;
211 if (__s.count() > __int_traits<syscall_time_t>::__max) [[unlikely]]
212 rt.tv_sec = __int_traits<syscall_time_t>::__max;
H A Dcodecvt.cc804 const extern_type* __end, size_t __max) const
806 __end = utf16_span(__from, __end, __max);
875 const extern_type* __end, size_t __max) const
877 __end = ucs4_span(__from, __end, __max);
953 const extern_type* __end, size_t __max) const
955 __end = utf16_span(__from, __end, __max);
1024 const extern_type* __end, size_t __max) const
1026 __end = ucs4_span(__from, __end, __max);
1098 const extern_type* __end, size_t __max) const
1100 __end = ucs2_span(__from, __end, __max, _M_maxcod
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h87 #define crt_fmax(x, y) __max((x), (y))
88 #define crt_fmaxf(x, y) __max((x), (y))
89 #define crt_fmaxl(x, y) __max((x), (y))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h74 // The initializers must be constants so that __max and __min are too.
75 static const _Value __max = __is_signed_val
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0;
85 const _Value __numeric_traits_integer<_Value>::__max;
H A Dvstring_util.h174 if (__d > __numeric_traits_integer<int>::__max)
175 return __numeric_traits_integer<int>::__max;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h74 // The initializers must be constants so that __max and __min are too.
75 static const _Value __max = __is_signed_val
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0;
85 const _Value __numeric_traits_integer<_Value>::__max;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc105 const extern_type* __end, size_t __max) const
108 return std::min(__max, __d);
H A Distream.cc159 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
172 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
179 < __gnu_cxx::__numeric_traits<streamsize>::__max)
218 __num = __gnu_cxx::__numeric_traits<streamsize>::__max;
403 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
416 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
423 < __gnu_cxx::__numeric_traits<streamsize>::__max)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc105 const extern_type* __end, size_t __max) const
108 return std::min(__max, __d);
H A Distream.cc159 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
171 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max)
174 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
414 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
426 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max)
429 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
H A Dcompatibility.cc99 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
110 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max)
113 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
178 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
189 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max)
192 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
/netbsd-current/external/apache2/llvm/dist/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);

Completed in 404 milliseconds

123