HomeSort by relevance Sort by last modified time
    Searched refs:__s1 (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
char_traits.h 106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
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);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
191 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
194 std::copy(__s2, __s2 + __n, __s1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 move(char_type* __s1, const char_type* __s2, std::size_t __n);
116 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
145 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
180 move(char_type* __s1, const char_type* __s2, std::size_t __n)
182 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
189 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
192 std::copy(__s2, __s2 + __n, __s1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 move(char_type* __s1, const char_type* __s2, std::size_t __n);
116 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
145 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
180 move(char_type* __s1, const char_type* __s2, std::size_t __n)
182 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
189 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
192 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
196 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
199 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
196 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
199 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
196 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
199 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
187 move(char_type* __s1, const char_type* __s2, std::size_t __n)
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
196 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
199 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
191 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
194 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
191 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
194 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
191 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
194 std::copy(__s2, __s2 + __n, __s1);
    [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);
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);
147 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
182 move(char_type* __s1, const char_type* __s2, std::size_t __n)
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
191 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
194 std::copy(__s2, __s2 + __n, __s1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 move(char_type* __s1, const char_type* __s2, std::size_t __n);
116 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
145 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
180 move(char_type* __s1, const char_type* __s2, std::size_t __n)
182 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
189 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
192 std::copy(__s2, __s2 + __n, __s1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 move(char_type* __s1, const char_type* __s2, std::size_t __n);
116 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
145 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
180 move(char_type* __s1, const char_type* __s2, std::size_t __n)
182 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
189 copy(char_type* __s1, const char_type* __s2, std::size_t __n)
192 std::copy(__s2, __s2 + __n, __s1);
    [all...]
  /external/stlport/stlport/stl/
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /ndk/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) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /prebuilts/ndk/5/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) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /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) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /prebuilts/ndk/7/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) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /prebuilts/ndk/8/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) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz)
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
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)));
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
pod_char_traits.h 114 compare(const char_type* __s1, const char_type* __s2, size_t __n)
117 if (!eq(__s1[__i], __s2[__i]))
118 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
141 move(char_type* __s1, const char_type* __s2, size_t __n)
144 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
148 copy(char_type* __s1, const char_type* __s2, size_t __n)
150 std::copy(__s2, __s2 + __n, __s1);
151 return __s1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 116 compare(const char_type* __s1, const char_type* __s2, size_t __n)
119 if (!eq(__s1[__i], __s2[__i]))
120 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
143 move(char_type* __s1, const char_type* __s2, size_t __n)
146 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
150 copy(char_type* __s1, const char_type* __s2, size_t __n)
152 std::copy(__s2, __s2 + __n, __s1);
153 return __s1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 116 compare(const char_type* __s1, const char_type* __s2, size_t __n)
119 if (!eq(__s1[__i], __s2[__i]))
120 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
143 move(char_type* __s1, const char_type* __s2, size_t __n)
146 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
150 copy(char_type* __s1, const char_type* __s2, size_t __n)
152 std::copy(__s2, __s2 + __n, __s1);
153 return __s1;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 109 compare(const char_type* __s1, const char_type* __s2, size_t __n)
112 if (!eq(__s1[__i], __s2[__i]))
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
136 move(char_type* __s1, const char_type* __s2, size_t __n)
139 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
143 copy(char_type* __s1, const char_type* __s2, size_t __n)
145 std::copy(__s2, __s2 + __n, __s1);
146 return __s1;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 109 compare(const char_type* __s1, const char_type* __s2, size_t __n)
112 if (!eq(__s1[__i], __s2[__i]))
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
136 move(char_type* __s1, const char_type* __s2, size_t __n)
139 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
143 copy(char_type* __s1, const char_type* __s2, size_t __n)
145 std::copy(__s2, __s2 + __n, __s1);
146 return __s1;

Completed in 1896 milliseconds

1 2 3 4 5 6 7