| /freebsd-12-stable/lib/libc/locale/ |
| D | nextwctype.c | 71 if (re->__min <= wc && wc <= re->__max) in nextwctype_l() 73 else if (wc > re->__max) { in nextwctype_l() 82 if (re->__min <= wc && wc <= re->__max) { in nextwctype_l() 84 for (; wc <= re->__max; wc++) in nextwctype_l() 93 for (; wc <= re->__max; wc++) in nextwctype_l()
|
| D | tolower.c | 64 if (re->__min <= c && c <= re->__max) in ___tolower_l() 66 else if (c > re->__max) { in ___tolower_l()
|
| D | toupper.c | 64 if (re->__min <= c && c <= re->__max) in ___toupper_l() 68 else if (c > re->__max) { in ___toupper_l()
|
| D | runetype.c | 64 if (re->__min <= c && c <= re->__max) { in ___runetype_l() 69 } else if (c > re->__max) { in ___runetype_l()
|
| D | rune.c | 198 rr[x].__max = frr[x].max; in _Read_RuneMagi() 201 int len = rr[x].__max - rr[x].__min + 1; in _Read_RuneMagi() 216 rr[x].__max = frr[x].max; in _Read_RuneMagi() 224 rr[x].__max = frr[x].max; in _Read_RuneMagi()
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 236 const extern_type* __end, size_t __max) const in do_length() 252 * __max)); in do_length() 253 while (__from < __end && __max) in do_length() 265 __max, &__state); in do_length() 287 __max -= __conv; in do_length() 289 if (__from < __end && __max) in do_length() 295 --__max; in do_length()
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | codecvt.h | 219 const extern_type* __end, size_t __max) const in length() argument 220 { return this->do_length(__state, __from, __end, __max); } in length() 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;
|
| D | locale_facets.tcc | 611 const __unsigned_type __max = __negative ? in _M_extract_int() local 613 const __unsigned_type __smax = __max / __base; in _M_extract_int() 631 __testfail |= __result > __max - __digit; in _M_extract_int() 678 __testfail |= __result > __max - __digit; in _M_extract_int() 2040 int __min, int __max, size_t __len, in _M_extract_num() argument 2059 if (__valuec > __max || __valuec + __mult < __min) in _M_extract_num()
|
| D | locale_facets.h | 3348 int __min, int __max, size_t __len, in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 183 const extern_type* __end, size_t __max) const in do_length() 188 while (__from < __end && __max) in do_length() 211 __max--; in do_length()
|
| /freebsd-12-stable/contrib/libstdc++/include/std/ |
| D | std_memory.h | 76 const ptrdiff_t __max = numeric_limits<ptrdiff_t>::max() / sizeof(_Tp); in _GLIBCXX_BEGIN_NAMESPACE() local 77 if (__len > __max) in _GLIBCXX_BEGIN_NAMESPACE() 78 __len = __max; in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | numeric_traits.h | 64 static const _Value __max = __glibcxx_max(_Value); member 71 const _Value __numeric_traits_integer<_Value>::__max;
|
| D | codecvt_specializations.h | 290 const extern_type* __end, size_t __max) const; 506 const extern_type* __end, size_t __max) const in do_length() argument 507 { return std::min(__max, static_cast<size_t>(__end - __from)); } in do_length()
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | codecvt.cc | 108 const extern_type* __end, size_t __max) const in do_length() 111 return std::min(__max, __d); in do_length()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __bsd_locale_fallbacks.h | 79 int __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) in __libcpp_mbtowc_l() argument 82 return mbtowc(__pwc, __pmb, __max); in __libcpp_mbtowc_l()
|
| D | limits | 212 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0); 214 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __max;} 265 static _LIBCPP_CONSTEXPR const type __max = true; 267 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __max;}
|
| D | regex | 1585 size_t __max = numeric_limits<size_t>::max()) 1586 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id), 2919 void __push_loop(size_t __min, size_t __max, __owns_one_state<_CharT>* __s, 3655 int __max = -1; 3656 __first = __parse_DUP_COUNT(__first, __last, __max); 3660 if (__max == -1) 3664 if (__max < __min) 3666 __push_loop(__min, __max, __s, __mexp_begin, __mexp_end, 3759 int __max = -1; 3760 __temp = __parse_DUP_COUNT(__first, __last, __max); [all …]
|
| D | new | 157 enum align_val_t { __zero = 0, __max = (size_t)-1 };
|
| D | type_traits | 2020 static const size_t __max = _A1 < _A2 ? _A2 : _A1; 2022 static const size_t value = _Len < __max ? __min : __max;
|
| /freebsd-12-stable/include/ |
| D | runetype.h | 52 __rune_t __max; /* Last rune (inclusive) of the range */ member
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| D | int_math.h | 81 #define crt_fmaxl(x, y) __max((x), (y))
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/ |
| D | trie_policy.hpp | 76 …ename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | kernel.h | 562 const size_t __max = (SIZE_MAX - __size) / sizeof((ptr)->field[0]); \ 563 ((num) > __max) ? SIZE_MAX : (__size + sizeof((ptr)->field[0]) * (num)); \
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | random | 1530 uniform_int(_IntType __min = 0, _IntType __max = 9) 1531 : _M_min(__min), _M_max(__max) 1620 result_type __min, result_type __max, true_type) 1623 // is smaller than __max - __min. 1626 return result_type((__max - __min + 1.0L) 1635 result_type __min, result_type __max, false_type) 1639 * (__max - __min + 1)) + __min; 2036 * @param __max [IN] The upper bound of the distribution. 2040 _RealType __max = _RealType(1)) 2041 : _M_min(__min), _M_max(__max)
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2001 | 493 (num_get::_M_extract_int): Add maximum length parameter, __max.
|