Home
last modified time | relevance | path

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

123

/dragonfly/lib/libc/locale/
HDnextwctype.c69 if (re->__min <= wc && wc <= re->__max) in nextwctype_l()
71 else if (wc > re->__max) { in nextwctype_l()
80 if (re->__min <= wc && wc <= re->__max) { in nextwctype_l()
82 for (; wc <= re->__max; wc++) in nextwctype_l()
91 for (; wc <= re->__max; wc++) in nextwctype_l()
HDtoupper.c62 if (re->__min <= c && c <= re->__max) in ___toupper_l()
66 else if (c > re->__max) { in ___toupper_l()
HDtolower.c62 if (re->__min <= c && c <= re->__max) in ___tolower_l()
64 else if (c > re->__max) { in ___tolower_l()
HDrune.c195 rr[x].__max = frr[x].max; in _Read_RuneMagi()
198 int len = rr[x].__max - rr[x].__min + 1; in _Read_RuneMagi()
213 rr[x].__max = frr[x].max; in _Read_RuneMagi()
221 rr[x].__max = frr[x].max; in _Read_RuneMagi()
HDrunetype.c62 if (re->__min <= c && c <= re->__max) { in ___runetype_l()
67 } else if (c > re->__max) { in ___runetype_l()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
Dcodecvt_members.cc220 const extern_type* __end, size_t __max) const in do_length()
237 while (__from < __end && __max) in do_length()
249 __max > __to_len ? __to_len : __max, in do_length()
272 __max -= __conv; in do_length()
274 if (__from < __end && __max) in do_length()
280 --__max; in do_length()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dcodecvt.cc794 const extern_type* __end, size_t __max) const in do_length()
796 __end = utf16_span(__from, __end, __max); in do_length()
865 const extern_type* __end, size_t __max) const in do_length()
867 __end = ucs4_span(__from, __end, __max); in do_length()
938 const extern_type* __end, size_t __max) const in do_length()
940 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1010 const extern_type* __end, size_t __max) const in do_length()
1012 __end = ucs4_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1120 const extern_type* __end, size_t __max) const in do_length()
1123 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dstl_tempbuf.h87 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY()
89 if (__len > __max) in _GLIBCXX_VISIBILITY()
90 __len = __max; in _GLIBCXX_VISIBILITY()
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()
514 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
571 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
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 >>()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dstl_tempbuf.h89 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() local
90 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY()
91 if (__len > __max) in _GLIBCXX_VISIBILITY()
92 __len = __max; in _GLIBCXX_VISIBILITY()
Dcodecvt.h216 const extern_type* __end, size_t __max) const in _GLIBCXX_VISIBILITY()
217 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY()
261 const extern_type* __end, size_t __max) const = 0; in _GLIBCXX_VISIBILITY()
330 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
390 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
450 const extern_type* __end, size_t __max) const; in _GLIBCXX_VISIBILITY()
Distream.tcc137 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) in operator >>()
140 __n = __gnu_cxx::__numeric_traits<short>::__max; in operator >>()
182 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) in operator >>()
185 __n = __gnu_cxx::__numeric_traits<int>::__max; in operator >>()
524 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
536 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
581 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
594 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
601 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
975 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
Dsstream.tcc263 while (__off > __gnu_cxx::__numeric_traits<int>::__max) in _M_pbump()
265 this->pbump(__gnu_cxx::__numeric_traits<int>::__max); in _M_pbump()
266 __off -= __gnu_cxx::__numeric_traits<int>::__max; in _M_pbump()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Distream.cc157 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
170 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
177 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
216 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
399 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
412 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
419 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
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()
Dcodecvt.cc105 const extern_type* __end, size_t __max) const in do_length()
108 return std::min(__max, __d); in do_length()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
Dcodecvt_members.cc184 const extern_type* __end, size_t __max) const in do_length()
189 while (__from < __end && __max) in do_length()
212 __max--; in do_length()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dell_integral.tcc77 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rf() local
79 const _Tp __uplim = __max / _Tp(5); in __ellint_rf()
319 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rd() local
320 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd()
498 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rc() local
500 const _Tp __uplim = __max / _Tp(5); in __ellint_rc()
569 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rj() local
572 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
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()
502 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rc() local
504 const _Tp __uplim = __max / _Tp(5); in __ellint_rc()
573 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rj() local
576 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Distream.cc158 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
171 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
178 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
217 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; in operator >>()
563 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max in ignore()
576 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; in ignore()
583 < __gnu_cxx::__numeric_traits<streamsize>::__max) in ignore()
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()
Dcodecvt.cc105 const extern_type* __end, size_t __max) const in do_length()
108 return std::min(__max, __d); in do_length()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dnumeric_traits.h59 static const _Value __max = __glibcxx_max(_Value); in _GLIBCXX_VISIBILITY() member
71 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dnumeric_traits.h59 static const _Value __max = __glibcxx_max(_Value); in _GLIBCXX_VISIBILITY() member
71 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()

123