HomeSort by relevance Sort by last modified time
    Searched refs:__n (Results 201 - 225 of 1443) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
147 for (size_t __i = 0; __i < __n; ++__i)
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) {
171 return (__n == 0 ? __s1 :
172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type)));
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
176 for (size_t __i = 0; __i < __n; ++__i
    [all...]
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n)
42 _M_w[__n] = _M_w[__n - __wshift];
46 for (size_t __n = _Nw - 1; __n > __wshift; --__n)
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset)
    [all...]
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
147 for (size_t __i = 0; __i < __n; ++__i)
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) {
171 return (__n == 0 ? __s1 :
172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type)));
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
176 for (size_t __i = 0; __i < __n; ++__i
    [all...]
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n)
42 _M_w[__n] = _M_w[__n - __wshift];
46 for (size_t __n = _Nw - 1; __n > __wshift; --__n)
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset)
    [all...]
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
147 for (size_t __i = 0; __i < __n; ++__i)
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) {
171 return (__n == 0 ? __s1 :
172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type)));
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
176 for (size_t __i = 0; __i < __n; ++__i
    [all...]
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n)
42 _M_w[__n] = _M_w[__n - __wshift];
46 for (size_t __n = _Nw - 1; __n > __wshift; --__n)
47 _M_w[__n] = (_M_w[__n - __wshift] << __offset)
    [all...]
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
147 for (size_t __i = 0; __i < __n; ++__i)
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) {
171 return (__n == 0 ? __s1 :
172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type)));
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
176 for (size_t __i = 0; __i < __n; ++__i
    [all...]
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /external/stlport/stlport/stl/
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const {
151 if (__n >= 0) {
152 if (__n < this->size())
153 copy(this->_M_first + __n, this->_M_first + this->size(),
157 if (-__n < this->size())
158 copy(this->_M_first, this->_M_first + this->size() + __n,
159 __tmp._M_first - __n);
171 long __n = __m;
173 __n %= long(this->size());
174 if (__n < 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
178 for (std::size_t __i = 0; __i < __n; ++__i)
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
178 for (std::size_t __i = 0; __i < __n; ++__i)
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
178 for (std::size_t __i = 0; __i < __n; ++__i)
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
178 for (std::size_t __i = 0; __i < __n; ++__i)
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
178 for (std::size_t __i = 0; __i < __n; ++__i)
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
112 find(const char_type* __s, std::size_t __n, const char_type& __a);
115 move(char_type* __s1, const char_type* __s2, std::size_t __n);
118 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
121 assign(char_type* __s, std::size_t __n, char_type __a);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
149 for (std::size_t __i = 0; __i < __n; ++__i)
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
173 for (std::size_t __i = 0; __i < __n; ++__i)
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
    [all...]

Completed in 3642 milliseconds

1 2 3 4 5 6 7 891011>>