Home | History | Annotate | Download | only in include

Lines Matching full:__nmax

2439     size_type __nmax = numeric_limits<size_type>::max() / 2;  // end() >= begin(), always
2440 if (__nmax / __bits_per_word <= __amax)
2441 return __nmax;