Searched refs:__c1 (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
H A Dchar_traits.h140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } argument
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) argument
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) argument
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) argument
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2) argument
232 { __c1
266 assign(wchar_t& __c1, const wchar_t& __c2) argument
[all...]
H A D_string_io.c103 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);
H A D_bitset.c190 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);
H A D_bitset.h773 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);
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h68 uint16_t __c1 : 1; member in struct:__anon25411
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DMachRegisterStatesX86_64.h73 uint16_t __c1 : 1; member in struct:__anon25429

Completed in 173 milliseconds