| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string2.h | 119 __uint8_t __c = (__uint8_t) (c); \ 125 __u->__ui = __c * 0x01010101; \ 128 __u->__ui = __c * 0x01010101; \ 131 __u->__ui = __c * 0x01010101; \ 134 __u->__usi = (unsigned short int) __c * 0x0101; \ 136 __u->__uc = (unsigned char) __c; \ 140 __u->__ui = __c * 0x01010101; \ 143 __u->__ui = __c * 0x01010101; \ 146 __u->__ui = __c * 0x01010101; \ 149 __u->__usi = (unsigned short int) __c * 0x0101; 251 unsigned char __c; member in union:__anon27772 348 char __c; member in union:__anon27773 530 char __c; member in union:__anon27775 622 char __c; member in union:__anon27776 714 char __c; member in union:__anon27777 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string2.h | 119 __uint8_t __c = (__uint8_t) (c); \ 125 __u->__ui = __c * 0x01010101; \ 128 __u->__ui = __c * 0x01010101; \ 131 __u->__ui = __c * 0x01010101; \ 134 __u->__usi = (unsigned short int) __c * 0x0101; \ 136 __u->__uc = (unsigned char) __c; \ 140 __u->__ui = __c * 0x01010101; \ 143 __u->__ui = __c * 0x01010101; \ 146 __u->__ui = __c * 0x01010101; \ 149 __u->__usi = (unsigned short int) __c * 0x0101; 251 unsigned char __c; member in union:__anon29287 348 char __c; member in union:__anon29288 530 char __c; member in union:__anon29290 622 char __c; member in union:__anon29291 714 char __c; member in union:__anon29292 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| regex_nfa.h | 126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT()) 127 : _M_traits(__t), _M_c(_M_traits.translate(__c)) 134 _CursorT __c = static_cast<_CursorT>(__pc); local 135 return _M_traits.translate(__c._M_current()) == _M_c; 158 _CursorT __c = static_cast<_CursorT>(__pc); local 163 _M_add_char(_CharT __c)
|
| regex_compiler.h | 165 _CharT __c = *_M_current; local 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 185 else if (__c == _M_ctype.widen('$')) 192 else if (__c == _M_ctype.widen('.')) 198 else if (__c == _M_ctype.widen('*')) 204 else if (__c == _M_ctype.widen('+')) 210 else if (__c == _M_ctype.widen('|')) 216 else if (__c == _M_ctype.widen('[')) 223 else if (__c == _M_ctype.widen('\\')) 230 if (__c == _M_ctype.widen('(') 372 _CharT __c = *_M_current; local [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _fstream.h | 415 int_type __c = traits_type::to_int_type(*__this->gptr()); local 416 return __c;
|
| _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { 186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c); 188 _Traits::assign(*end(), __c); local 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { 224 _Traits::assign(this->_M_Start(), __n, __c); 229 _Traits::assign(this->_M_Start(), size(), __c); 230 append(__n - size(), __c); 233 _Self __str(__n, __c); 257 _CharT __c) { 262 _Traits::assign(*__p, __c); [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _fstream.h | 415 int_type __c = traits_type::to_int_type(*__this->gptr()); local 416 return __c;
|
| _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { 186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c); 188 _Traits::assign(*end(), __c); local 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { 224 _Traits::assign(this->_M_Start(), __n, __c); 229 _Traits::assign(this->_M_Start(), size(), __c); 230 append(__n - size(), __c); 233 _Self __str(__n, __c); 257 _CharT __c) { 262 _Traits::assign(*__p, __c); [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _fstream.h | 415 int_type __c = traits_type::to_int_type(*__this->gptr()); local 416 return __c;
|
| _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { 186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c); 188 _Traits::assign(*end(), __c); local 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { 224 _Traits::assign(this->_M_Start(), __n, __c); 229 _Traits::assign(this->_M_Start(), size(), __c); 230 append(__n - size(), __c); 233 _Self __str(__n, __c); 257 _CharT __c) { 262 _Traits::assign(*__p, __c); [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| regex_nfa.h | 126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT()) 127 : _M_traits(__t), _M_c(_M_traits.translate(__c)) 134 _CursorT __c = static_cast<_CursorT>(__pc); local 135 return _M_traits.translate(__c._M_current()) == _M_c; 158 _CursorT __c = static_cast<_CursorT>(__pc); local 163 _M_add_char(_CharT __c)
|
| regex_compiler.h | 165 _CharT __c = *_M_current; local 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 185 else if (__c == _M_ctype.widen('$')) 192 else if (__c == _M_ctype.widen('.')) 198 else if (__c == _M_ctype.widen('*')) 204 else if (__c == _M_ctype.widen('+')) 210 else if (__c == _M_ctype.widen('|')) 216 else if (__c == _M_ctype.widen('[')) 223 else if (__c == _M_ctype.widen('\\')) 230 if (__c == _M_ctype.widen('(') 372 _CharT __c = *_M_current; local [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| regex_nfa.h | 126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT()) 127 : _M_traits(__t), _M_c(_M_traits.translate(__c)) 134 _CursorT __c = static_cast<_CursorT>(__pc); local 135 return _M_traits.translate(__c._M_current()) == _M_c; 158 _CursorT __c = static_cast<_CursorT>(__pc); local 163 _M_add_char(_CharT __c)
|
| regex_compiler.h | 165 _CharT __c = *_M_current; local 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 185 else if (__c == _M_ctype.widen('$')) 192 else if (__c == _M_ctype.widen('.')) 198 else if (__c == _M_ctype.widen('*')) 204 else if (__c == _M_ctype.widen('+')) 210 else if (__c == _M_ctype.widen('|')) 216 else if (__c == _M_ctype.widen('[')) 223 else if (__c == _M_ctype.widen('\\')) 230 if (__c == _M_ctype.widen('(') 372 _CharT __c = *_M_current; local [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _fstream.h | 415 int_type __c = traits_type::to_int_type(*__this->gptr()); local 416 return __c;
|
| _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { 186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c); 188 _Traits::assign(*end(), __c); local 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { 224 _Traits::assign(this->_M_Start(), __n, __c); 229 _Traits::assign(this->_M_Start(), size(), __c); 230 append(__n - size(), __c); 233 _Self __str(__n, __c); 257 _CharT __c) { 262 _Traits::assign(*__p, __c); [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
| mt_allocator.h | 698 char* __c; local 709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 714 __c = __pool._M_reserve_block(__bytes, __thread_id); 716 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| regex_compiler.h | 165 _CharT __c = *_M_current; local 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 185 else if (__c == _M_ctype.widen('$')) 192 else if (__c == _M_ctype.widen('.')) 198 else if (__c == _M_ctype.widen('*')) 204 else if (__c == _M_ctype.widen('+')) 210 else if (__c == _M_ctype.widen('|')) 216 else if (__c == _M_ctype.widen('[')) 223 else if (__c == _M_ctype.widen('\\')) 230 if (__c == _M_ctype.widen('(') 372 _CharT __c = *_M_current; local [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
| mt_allocator.h | 700 char* __c; local 711 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 716 __c = __pool._M_reserve_block(__bytes, __thread_id); 718 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
| mt_allocator.h | 700 char* __c; local 711 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 716 __c = __pool._M_reserve_block(__bytes, __thread_id); 718 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| mt_allocator.h | 698 char* __c; local 709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 714 __c = __pool._M_reserve_block(__bytes, __thread_id); 716 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| mt_allocator.h | 698 char* __c; local 709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 714 __c = __pool._M_reserve_block(__bytes, __thread_id); 716 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| mt_allocator.h | 698 char* __c; local 709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 714 __c = __pool._M_reserve_block(__bytes, __thread_id); 716 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
| mt_allocator.h | 698 char* __c; local 709 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 714 __c = __pool._M_reserve_block(__bytes, __thread_id); 716 return static_cast<_Tp*>(static_cast<void*>(__c));
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
| mt_allocator.h | 700 char* __c; local 711 __c = reinterpret_cast<char*>(__block) + __pool._M_get_align(); 716 __c = __pool._M_reserve_block(__bytes, __thread_id); 718 return static_cast<_Tp*>(static_cast<void*>(__c));
|