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

/freebsd-10-stable/lib/libc/locale/
H A Dnextwctype.c69 if (re->__min <= wc && wc <= re->__max)
71 else if (wc > re->__max) {
80 if (re->__min <= wc && wc <= re->__max) {
82 for (; wc <= re->__max; wc++)
91 for (; wc <= re->__max; wc++)
H A Dtolower.c64 if (re->__min <= c && c <= re->__max)
66 else if (c > re->__max) {
H A Dtoupper.c64 if (re->__min <= c && c <= re->__max)
68 else if (c > re->__max) {
H A Drunetype.c62 if (re->__min <= c && c <= re->__max) {
67 } else if (c > re->__max) {
H A Drune.c237 rr[x].__max = frr[x].max;
240 int len = rr[x].__max - rr[x].__min + 1;
255 rr[x].__max = frr[x].max;
263 rr[x].__max = frr[x].max;
/freebsd-10-stable/contrib/libstdc++/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)); }
/freebsd-10-stable/contrib/libstdc++/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;
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc183 const extern_type* __end, size_t __max) const
188 while (__from < __end && __max)
211 __max--;
/freebsd-10-stable/include/
H A Drunetype.h50 __rune_t __max; /* Last rune (inclusive) of the range */ member in struct:__anon5612
/freebsd-10-stable/contrib/libstdc++/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;
/freebsd-10-stable/contrib/libstdc++/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,
/freebsd-10-stable/contrib/libstdc++/src/
H A Dcodecvt.cc108 const extern_type* __end, size_t __max) const
111 return std::min(__max, __d);
/freebsd-10-stable/contrib/libstdc++/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 256 milliseconds