Searched refs:__min (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/lib/libc/locale/
H A Dnextwctype.c59 if (rr->__ranges != NULL && wc < rr->__ranges[0].__min) {
60 wc = rr->__ranges[0].__min;
68 if (re->__min <= wc && wc <= re->__max)
79 if (re->__min <= wc && wc <= re->__max) {
82 if (re->__types[wc - re->__min] & wct)
88 wc = re->__min;
91 if (re->__types[wc - re->__min] & wct)
H A Drunetype.c61 if (re->__min <= c && c <= re->__max) {
63 return(re->__types[c - re->__min]);
H A Dtoupper.c61 if (re->__min <= c && c <= re->__max)
63 return (re->__map + c - re->__min);
H A Dtolower.c61 if (re->__min <= c && c <= re->__max)
62 return (re->__map + c - re->__min);
H A Drune.c191 rr[x].__min = frr[x].min;
195 int len = rr[x].__max - rr[x].__min + 1;
209 rr[x].__min = frr[x].min;
217 rr[x].__min = frr[x].min;
/freebsd-current/include/
H A Drunetype.h48 __rune_t __min; /* First rune of the range */ member in struct:__anon80
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_min.h38 namespace __min { namespace in namespace:ranges
82 } // namespace __min
85 inline constexpr auto min = __min::__fn{};
/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Daligned_storage.h78 static const size_t __min = _A2 < _A1 ? _A2 : _A1;
82 static const size_t value = _Len < __max ? __min : __max;

Completed in 191 milliseconds