Searched refs:__ct (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dmt_allocator.cc183 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct)
185 if (__ct > __bin_max)
480 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct)
482 if (__ct > __bin_max)
673 for (_Binmap_type __ct = 0; __ct <
[all...]
H A Distream.cc209 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); local
217 && !__ct.is(ctype_base::space,
226 __size = (__ct.scan_is(ctype_base::space,
286 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); local
293 && !__ct.is(ctype_base::space,
301 __size = (__ct.scan_is(ctype_base::space,

Completed in 116 milliseconds