HomeSort by: relevance | last modified time | path
    Searched defs:__bin_max (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 197 _Binmap_type __bin_max = _M_options._M_min_bin; local
201 if (__ct > __bin_max)
203 __bin_max <<= 1;
494 _Binmap_type __bin_max = _M_options._M_min_bin; local
498 if (__ct > __bin_max)
500 __bin_max <<= 1;
689 _Binmap_type __bin_max = _M_options._M_min_bin; local
693 if (__ct > __bin_max)
695 __bin_max <<= 1;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 197 _Binmap_type __bin_max = _M_options._M_min_bin; local
201 if (__ct > __bin_max)
203 __bin_max <<= 1;
494 _Binmap_type __bin_max = _M_options._M_min_bin; local
498 if (__ct > __bin_max)
500 __bin_max <<= 1;
689 _Binmap_type __bin_max = _M_options._M_min_bin; local
693 if (__ct > __bin_max)
695 __bin_max <<= 1;

Completed in 31 milliseconds