HomeSort by relevance Sort by last modified time
    Searched refs:__c (Results 176 - 200 of 592) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 490 inline valarray<_Tp> _STLP_CALL operator*(const valarray<_Tp>& __x, const _Tp& __c) {
494 __tmp[__i] = __x[__i] * __c;
499 inline valarray<_Tp> _STLP_CALL operator*(const _Tp& __c, const valarray<_Tp>& __x) {
503 __tmp[__i] = __c * __x[__i];
508 inline valarray<_Tp> _STLP_CALL operator/(const valarray<_Tp>& __x, const _Tp& __c) {
512 __tmp[__i] = __x[__i] / __c;
517 inline valarray<_Tp> _STLP_CALL operator/(const _Tp& __c, const valarray<_Tp>& __x) {
521 __tmp[__i] = __c / __x[__i];
526 inline valarray<_Tp> _STLP_CALL operator%(const valarray<_Tp>& __x, const _Tp& __c) {
530 __tmp[__i] = __x[__i] % __c;
    [all...]
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /external/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /external/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 103 __container_type* __c = __it._Get_container_ptr(); local
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
111 __container_type* __c = __it._Get_container_ptr(); local
112 if (__c == 0) return false;
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());
138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) :
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pod_char_traits.h 161 to_int_type(const char_type& __c)
162 { return char_type::template to<int_type>(__c); }
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h 166 to_int_type(const char_type& __c)
167 { return char_type::template to<int_type>(__c); }
181 not_eof(const int_type& __c)
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h 166 to_int_type(const char_type& __c)
167 { return char_type::template to<int_type>(__c); }
181 not_eof(const int_type& __c)
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 161 to_int_type(const char_type& __c)
162 { return char_type::template to<int_type>(__c); }
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 161 to_int_type(const char_type& __c)
162 { return char_type::template to<int_type>(__c); }
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 161 to_int_type(const char_type& __c)
162 { return char_type::template to<int_type>(__c); }
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }

Completed in 665 milliseconds

1 2 3 4 5 6 78 91011>>