Searched refs:__n1 (Results 1 - 25 of 192) sorted by relevance

12345678

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
H A D_string_sum.h170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) argument
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) argument
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) argument
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);}
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const argument
242 { return _M_get_storage().compare(__pos1, __n1, __
243 compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const argument
247 compare(size_type __pos1, size_type __n1, const _CharT* __s) const argument
249 compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
H A D_string_sum.h170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) argument
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) argument
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) argument
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);}
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const argument
242 { return _M_get_storage().compare(__pos1, __n1, __
243 compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const argument
247 compare(size_type __pos1, size_type __n1, const _CharT* __s) const argument
249 compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
H A D_string_sum.h170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) argument
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) argument
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) argument
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);}
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const argument
242 { return _M_get_storage().compare(__pos1, __n1, __
243 compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const argument
247 compare(size_type __pos1, size_type __n1, const _CharT* __s) const argument
249 compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next;
75 while (__n1 && __n2) {
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
77 __p1 = __n1;
78 __n1 = __n1->_M_next;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
H A Dbasic_file.h92 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
H A Dbasic_file.h92 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
H A Dbasic_file.h90 xsputn_2(const char* __s1, streamsize __n1,

Completed in 282 milliseconds

12345678