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
149 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()
155 int __limit; in towupper_l() local
156 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()
188 int __limit;
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h28 static const int __limit = 8;
88 if (__encoding_ > __limit) in __stdinbuf()
154 char __extbuf[__limit]; in __getchar()
214 char __extbuf[__limit]; in __getchar()
309 char __extbuf[__limit];
360 char __extbuf[__limit]; in overflow()
29 static const int __limit = 8; global() variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h54 const difference_type __limit = 7; in __nth_element()
73 if (__len <= __limit) { in __nth_element()
77 // __len > __limit >= 3 in __nth_element()
51 const difference_type __limit = 7; __nth_element() local
H A Dsort.h374 const unsigned __limit = 8;
386 if (++__count == __limit)
766 _LIBCPP_CONSTEXPR difference_type __limit = 24;
797 if (__len < __limit) {