Home
last modified time | relevance | path

Searched refs:__limit (Results 1 – 6 of 6) 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; 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()
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.h334 const unsigned __limit = 8; in __insertion_sort_incomplete() local
346 if (++__count == __limit) in __insertion_sort_incomplete()
726 _LIBCPP_CONSTEXPR difference_type __limit = 24; variable
757 if (__len < __limit) {
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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.h366 const unsigned __limit = 8;
378 if (++__count == __limit)
758 difference_type __limit = 24;
789 if (__len < __limit) {