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

1 2 3 4 5 6

  /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...]
  /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);
  /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);
  /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);
  /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);
  /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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 117 compare(const char_type* __s1, const char_type* __s2, size_t __n)
120 if (!eq(__s1[__i], __s2[__i]))
121 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
144 move(char_type* __s1, const char_type* __s2, size_t __n)
147 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
151 copy(char_type* __s1, const char_type* __s2, size_t __n)
153 std::copy(__s2, __s2 + __n, __s1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 117 compare(const char_type* __s1, const char_type* __s2, size_t __n)
120 if (!eq(__s1[__i], __s2[__i]))
121 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
144 move(char_type* __s1, const char_type* __s2, size_t __n)
147 (__builtin_memmove(__s1, __s2, __n * sizeof(char_type)));
151 copy(char_type* __s1, const char_type* __s2, size_t __n)
153 std::copy(__s2, __s2 + __n, __s1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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);

Completed in 741 milliseconds

1 2 3 4 5 6