Searched refs:__limit (Results 1 – 4 of 4) sorted by relevance
78 int __limit; in __maskrune_l() local79 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()103 int __limit; in __sbmaskrune_l() local104 _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() local149 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()155 int __limit; in towupper_l() local156 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()188 int __limit;[all …]
28 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
54 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
374 const unsigned __limit = 8;386 if (++__count == __limit)766 _LIBCPP_CONSTEXPR difference_type __limit = 24;797 if (__len < __limit) {