/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
char_traits.h | 99 assign(char_type& __c1, const char_type& __c2) 100 { __c1 = __c2; } 103 eq(const char_type& __c1, const char_type& __c2) 104 { return __c1 == __c2; } 107 lt(const char_type& __c1, const char_type& __c2) 108 { return __c1 < __c2; } 137 eq_int_type(const int_type& __c1, const int_type& __c2) 138 { return __c1 == __c2; } 246 assign(char_type& __c1, const char_type& __c2) 247 { __c1 = __c2; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 99 assign(char_type& __c1, const char_type& __c2) 100 { __c1 = __c2; } 103 eq(const char_type& __c1, const char_type& __c2) 104 { return __c1 == __c2; } 107 lt(const char_type& __c1, const char_type& __c2) 108 { return __c1 < __c2; } 137 eq_int_type(const int_type& __c1, const int_type& __c2) 138 { return __c1 == __c2; } 246 assign(char_type& __c1, const char_type& __c2) 247 { __c1 = __c2; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 99 assign(char_type& __c1, const char_type& __c2) 100 { __c1 = __c2; } 103 eq(const char_type& __c1, const char_type& __c2) 104 { return __c1 == __c2; } 107 lt(const char_type& __c1, const char_type& __c2) 108 { return __c1 < __c2; } 137 eq_int_type(const int_type& __c1, const int_type& __c2) 138 { return __c1 == __c2; } 246 assign(char_type& __c1, const char_type& __c2) 247 { __c1 = __c2; [all...] |
/external/stlport/stlport/stl/ |
char_traits.h | 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } 141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) 142 { return __c1 == __c2; } 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) 144 { return __c1 < __c2; } 190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) 191 { return __c1 == __c2; } 231 static void _STLP_CALL assign(char& __c1, const char& __c2) 232 { __c1 = __c2; [all...] |
_string_io.c | 103 typename _Traits::int_type __c1 = __buf->sbumpc(); local 104 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 109 _CharT __c = _Traits::to_char_type(__c1); 145 int __c1 = __buf->sbumpc(); local 146 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 152 _CharT __c = _Traits::to_char_type(__c1);
|
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } 141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) 142 { return __c1 == __c2; } 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) 144 { return __c1 < __c2; } 190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) 191 { return __c1 == __c2; } 231 static void _STLP_CALL assign(char& __c1, const char& __c2) 232 { __c1 = __c2; [all...] |
_string_io.c | 103 typename _Traits::int_type __c1 = __buf->sbumpc(); local 104 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 109 _CharT __c = _Traits::to_char_type(__c1); 145 int __c1 = __buf->sbumpc(); local 146 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 152 _CharT __c = _Traits::to_char_type(__c1);
|
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } 141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) 142 { return __c1 == __c2; } 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) 144 { return __c1 < __c2; } 190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) 191 { return __c1 == __c2; } 231 static void _STLP_CALL assign(char& __c1, const char& __c2) 232 { __c1 = __c2; [all...] |
_string_io.c | 103 typename _Traits::int_type __c1 = __buf->sbumpc(); local 104 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 109 _CharT __c = _Traits::to_char_type(__c1); 145 int __c1 = __buf->sbumpc(); local 146 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 152 _CharT __c = _Traits::to_char_type(__c1);
|
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } 141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) 142 { return __c1 == __c2; } 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) 144 { return __c1 < __c2; } 190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) 191 { return __c1 == __c2; } 231 static void _STLP_CALL assign(char& __c1, const char& __c2) 232 { __c1 = __c2; [all...] |
_string_io.c | 103 typename _Traits::int_type __c1 = __buf->sbumpc(); local 104 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 109 _CharT __c = _Traits::to_char_type(__c1); 145 int __c1 = __buf->sbumpc(); local 146 if (_Traits::eq_int_type(__c1, _Traits::eof())) { 152 _CharT __c = _Traits::to_char_type(__c1);
|
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pod_char_traits.h | 97 assign(char_type& __c1, const char_type& __c2) 98 { __c1 = __c2; } 101 eq(const char_type& __c1, const char_type& __c2) 102 { return __c1 == __c2; } 105 lt(const char_type& __c1, const char_type& __c2) 106 { return __c1 < __c2; } 165 eq_int_type(const int_type& __c1, const int_type& __c2) 166 { return __c1 == __c2; }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 97 assign(char_type& __c1, const char_type& __c2) 98 { __c1 = __c2; } 101 eq(const char_type& __c1, const char_type& __c2) 102 { return __c1 == __c2; } 105 lt(const char_type& __c1, const char_type& __c2) 106 { return __c1 < __c2; } 165 eq_int_type(const int_type& __c1, const int_type& __c2) 166 { return __c1 == __c2; }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 97 assign(char_type& __c1, const char_type& __c2) 98 { __c1 = __c2; } 101 eq(const char_type& __c1, const char_type& __c2) 102 { return __c1 == __c2; } 105 lt(const char_type& __c1, const char_type& __c2) 106 { return __c1 < __c2; } 165 eq_int_type(const int_type& __c1, const int_type& __c2) 166 { return __c1 == __c2; }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|