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

/freebsd-13-stable/lib/libc/locale/
H A Dnextwctype.c71 if (re->__min <= wc && wc <= re->__max)
73 else if (wc > re->__max) {
82 if (re->__min <= wc && wc <= re->__max) {
84 for (; wc <= re->__max; wc++)
93 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.c64 if (re->__min <= c && c <= re->__max) {
69 } else if (c > re->__max) {
H A Drune.c198 rr[x].__max = frr[x].max;
201 int len = rr[x].__max - rr[x].__min + 1;
216 rr[x].__max = frr[x].max;
224 rr[x].__max = frr[x].max;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y))
82 #define crt_fmaxf(x, y) __max((x), (y))
83 #define crt_fmaxl(x, y) __max((x), (y))
/freebsd-13-stable/include/
H A Drunetype.h52 __rune_t __max; /* Last rune (inclusive) of the range */ member in struct:__anon7376
/freebsd-13-stable/contrib/llvm-project/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);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h561 const size_t __max = (SIZE_MAX - __size) / sizeof((ptr)->field[0]); \
562 ((num) > __max) ? SIZE_MAX : (__size + sizeof((ptr)->field[0]) * (num)); \

Completed in 174 milliseconds