Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc210 const extern_type* __end, size_t __max) const in do_length()
222 * __max)); in do_length()
223 while (__from < __end && __max) in do_length()
235 __max, &__state, in do_length()
258 __max -= __conv; in do_length()
260 if (__from < __end && __max) in do_length()
266 --__max; in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc210 const extern_type* __end, size_t __max) const in do_length()
222 * __max)); in do_length()
223 while (__from < __end && __max) in do_length()
235 __max, &__state, in do_length()
258 __max -= __conv; in do_length()
260 if (__from < __end && __max) in do_length()
266 --__max; in do_length()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc235 const extern_type* __end, size_t __max) const in do_length()
251 * __max)); in do_length()
252 while (__from < __end && __max) in do_length()
264 __max, &__state); in do_length()
286 __max -= __conv; in do_length()
288 if (__from < __end && __max) in do_length()
294 --__max; in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc235 const extern_type* __end, size_t __max) const in do_length()
251 * __max)); in do_length()
252 while (__from < __end && __max) in do_length()
264 __max, &__state); in do_length()
286 __max -= __conv; in do_length()
288 if (__from < __end && __max) in do_length()
294 --__max; in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc91 if (rel_s > __int_traits<syscall_time_t>::__max) [[unlikely]] in relative_timespec()
93 rt.tv_sec = __int_traits<syscall_time_t>::__max; in relative_timespec()
135 if (__s.count() > __int_traits<syscall_time_t>::__max) [[unlikely]] in _M_futex_wait_until()
136 rt.tv_sec = __int_traits<syscall_time_t>::__max; in _M_futex_wait_until()
211 if (__s.count() > __int_traits<syscall_time_t>::__max) [[unlikely]] in _M_futex_wait_until_steady()
212 rt.tv_sec = __int_traits<syscall_time_t>::__max; in _M_futex_wait_until_steady()
H A Dcodecvt.cc804 const extern_type* __end, size_t __max) const in do_length()
806 __end = utf16_span(__from, __end, __max); in do_length()
875 const extern_type* __end, size_t __max) const in do_length()
877 __end = ucs4_span(__from, __end, __max); in do_length()
953 const extern_type* __end, size_t __max) const in do_length()
955 __end = utf16_span(__from, __end, __max); in do_length()
1024 const extern_type* __end, size_t __max) const in do_length()
1026 __end = ucs4_span(__from, __end, __max); in do_length()
1098 const extern_type* __end, size_t __max) const in do_length()
1100 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc804 const extern_type* __end, size_t __max) const in do_length()
806 __end = utf16_span(__from, __end, __max); in do_length()
875 const extern_type* __end, size_t __max) const in do_length()
877 __end = ucs4_span(__from, __end, __max); in do_length()
953 const extern_type* __end, size_t __max) const in do_length()
955 __end = utf16_span(__from, __end, __max); in do_length()
1024 const extern_type* __end, size_t __max) const in do_length()
1026 __end = ucs4_span(__from, __end, __max); in do_length()
1098 const extern_type* __end, size_t __max) const in do_length()
1100 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
[all …]
H A Dfutex.cc67 if (rel_s > __int_traits<time_t>::__max) [[unlikely]] in relative_timespec()
69 rt.tv_sec = __int_traits<time_t>::__max; in relative_timespec()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h218 const extern_type* __end, size_t __max) const in _GLIBCXX_VISIBILITY()
219 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY()
263 const extern_type* __end, size_t __max) const = 0; in _GLIBCXX_VISIBILITY()
330 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
392 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
457 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
516 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
573 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
631 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
688 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
H A Dstl_tempbuf.h103 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() local
104 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY()
105 if (__len > __max) in _GLIBCXX_VISIBILITY()
106 __len = __max; in _GLIBCXX_VISIBILITY()
H A Distream.tcc155 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) in operator >>()
158 __n = __gnu_cxx::__numeric_traits<short>::__max; in operator >>()
205 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) in operator >>()
208 __n = __gnu_cxx::__numeric_traits<int>::__max; in operator >>()
409 if (__gcount <= __gnu_cxx::__numeric_traits<streamsize>::__max) in get()
412 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in get()
554 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
565 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
568 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
619 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h215 const extern_type* __end, size_t __max) const in _GLIBCXX_VISIBILITY()
216 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY()
260 const extern_type* __end, size_t __max) const = 0; in _GLIBCXX_VISIBILITY()
327 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
389 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
454 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
513 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
570 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
628 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
685 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
H A Dstl_tempbuf.h102 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() local
103 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY()
104 if (__len > __max) in _GLIBCXX_VISIBILITY()
105 __len = __max; in _GLIBCXX_VISIBILITY()
H A Distream.tcc143 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) in operator >>()
146 __n = __gnu_cxx::__numeric_traits<short>::__max; in operator >>()
188 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) in operator >>()
191 __n = __gnu_cxx::__numeric_traits<int>::__max; in operator >>()
530 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
542 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
587 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
600 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
607 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
981 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream.cc159 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
172 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
179 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
218 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
403 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
416 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
423 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
H A Dcompatibility.cc99 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
111 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
170 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
182 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcompatibility.cc99 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
110 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
113 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
178 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
189 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
192 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
H A Distream.cc159 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
171 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
174 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
414 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
426 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
429 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A 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()
/netbsd-src/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-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h75 static const _Value __max = __is_signed_val in _GLIBCXX_VISIBILITY() member
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY()
85 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h75 static const _Value __max = __is_signed_val in _GLIBCXX_VISIBILITY() member
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY()
85 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc81 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rf() local
83 const _Tp __uplim = __max / _Tp(5); in __ellint_rf()
323 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rd() local
324 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd()
501 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rc() local
503 const _Tp __uplim = __max / _Tp(5); in __ellint_rc()
572 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rj() local
575 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/solaris/
H A 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()

1234