Searched refs:__which (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) argument
236 bool pos_in = (__which & ios::in) != 0;
237 bool pos_out = (__which & ios::out) != 0;
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) argument
296 bool pos_in = (__which & ios::in) != 0;
297 bool pos_out = (__which & ios::out) != 0;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dmt_allocator.cc106 const size_t __which = _M_binmap[__bytes]; local
107 _Bin_record& __bin = _M_bin[__which];
121 const size_t __which = _M_binmap[__bytes]; local
122 _Bin_record& __bin = _M_bin[__which];
124 const size_t __bin_size = (__options._M_min_bin << __which)
254 const size_t __which = _M_binmap[__bytes]; local
255 const _Bin_record& __bin = _M_bin[__which];
267 const size_t __limit = (100 * (_M_bin_size - __which)
339 const size_t __which = _M_binmap[__bytes]; local
341 const size_t __bin_size = ((__options._M_min_bin << __which)
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmt_allocator.h233 _M_get_bin(size_t __which) argument
234 { return _M_bin[__which]; }
341 _M_get_bin(size_t __which) argument
342 { return _M_bin[__which]; }
688 const size_t __which = __pool._M_get_binmap(__bytes); local
695 const _Bin_record& __bin = __pool._M_get_bin(__which);

Completed in 92 milliseconds