Searched refs:__max_size (Results 1 – 4 of 4) sorted by relevance
97 const __size_type __max_size = _M_string.max_size(); in overflow() local99 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()118 const __size_type __len = std::min(__opt_len, __max_size); in overflow()
300 local __var_height="$1" __var_width="$2" __max_size303 __max_size="$XDIALOG_MAXSIZE" # see CONFIGURATION305 if __max_size=$( $DIALOG --print-maxsize \309 "$DIALOG" "$__max_size"311 __max_size="${__max_size#*: }"312 f_replaceall "$__max_size" "," "" __max_size314 f_eval_catch -dk __max_size $funcname stty \315 'stty size' || __max_size=318 : ${__max_size:=$DEFAULT_TERMINAL_SIZE}321 local __height="${__max_size%%[$IFS]*}"[all …]
597 const vector_type::size_type __max_size = 64;598 if (__free_list.size() >= __max_size)
1531 {return __max_size(__has_max_size<const allocator_type>(), __a);}1668 static size_type __max_size(true_type, const allocator_type& __a)1671 static size_type __max_size(false_type, const allocator_type&)