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

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dsso_string_base.h511 const size_type __how_much = _M_length() - __pos - __len1; local
520 if (__how_much)
522 _M_data() + __pos + __len1, __how_much);
534 const size_type __how_much = _M_length() - __pos - __n; local
536 if (__how_much && __n)
538 __how_much); local
H A Drc_string_base.h641 const size_type __how_much = _M_length() - __pos - __len1; local
650 if (__how_much)
652 _M_data() + __pos + __len1, __how_much);
664 const size_type __how_much = _M_length() - __pos - __n; local
674 if (__how_much)
676 _M_data() + __pos + __n, __how_much);
681 else if (__how_much && __n)
685 _M_data() + __pos + __n, __how_much); local

Completed in 122 milliseconds