Home
last modified time | relevance | path

Searched refs:__limit (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/xlocale/
H A D_ctype.h78 int __limit; in __maskrune_l() local
79 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()
103 int __limit; in __sbmaskrune_l() local
104 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __sbmaskrune_l()
105 return (__c < 0 || __c >= __limit) ? 0 : in __sbmaskrune_l()
148 int __limit; in towlower_l() local
155 int __limit; in towupper_l() local
188 int __limit;
190 return (__c < 0 || __c >= __limit) ? __c :
195 int __limit;
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h28 static const int __limit = 8; variable
88 if (__encoding_ > __limit) in imbue()
154 char __extbuf[__limit]; in __getchar()
214 char __extbuf[__limit]; in pbackfail()
309 char __extbuf[__limit]; in overflow()
360 char __extbuf[__limit]; in sync()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h54 const difference_type __limit = 7; in __nth_element() local
73 if (__len <= __limit) { in __nth_element()
H A Dsort.h374 const unsigned __limit = 8;
386 if (++__count == __limit)
767 _LIBCPP_CONSTEXPR difference_type __limit = 24;
798 if (__len < __limit) {