HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 101 - 125 of 1197) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
equally_split.h 38 * The resulting sequence __s of length __num_threads+1 contains the
44 * @param __s Splitters
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
49 _OutputIterator __s)
56 *__s++ = __pos;
60 *__s++ = __n;
61 return __s;
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cross-stdarg.h 42 #define __ms_va_copy(__d,__s) __builtin_ms_va_copy(__d,__s)
47 #define __sysv_va_copy(__d,__s) __builtin_sysv_va_copy(__d,__s)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 168 void _M_swap(_Self &__s) {
171 if (__s._M_using_static_buf()) {
172 _STLP_STD::swap(_M_buffers, __s._M_buffers);
174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data);
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
177 _M_start_of_storage.swap(__s._M_start_of_storage);
179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 168 void _M_swap(_Self &__s) {
171 if (__s._M_using_static_buf()) {
172 _STLP_STD::swap(_M_buffers, __s._M_buffers);
174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data);
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
177 _M_start_of_storage.swap(__s._M_start_of_storage);
179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 168 void _M_swap(_Self &__s) {
171 if (__s._M_using_static_buf()) {
172 _STLP_STD::swap(_M_buffers, __s._M_buffers);
174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data);
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
177 _M_start_of_storage.swap(__s._M_start_of_storage);
179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 168 void _M_swap(_Self &__s) {
171 if (__s._M_using_static_buf()) {
172 _STLP_STD::swap(_M_buffers, __s._M_buffers);
174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data);
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
177 _M_start_of_storage.swap(__s._M_start_of_storage);
179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_base.h 168 void _M_swap(_Self &__s) {
171 if (__s._M_using_static_buf()) {
172 _STLP_STD::swap(_M_buffers, __s._M_buffers);
174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data);
175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data);
177 _M_start_of_storage.swap(__s._M_start_of_storage);
179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
equally_split.h 38 * The resulting sequence __s of length __num_threads+1 contains the
44 * @param __s Splitters
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
49 _OutputIterator __s)
56 *__s++ = __pos;
60 *__s++ = __n;
61 return __s;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
equally_split.h 38 * The resulting sequence __s of length __num_threads+1 contains the
44 * @param __s Splitters
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
49 _OutputIterator __s)
56 *__s++ = __pos;
60 *__s++ = __n;
61 return __s;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_state.h 47 __turn(__state_type __s)
50 __INVALID, __s)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_state.h 47 __turn(__state_type __s)
50 __INVALID, __s)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 64 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
74 extern void *memchr (void *__s, int __c, size_t __n)
76 extern __const void *memchr (__const void *__s, int __c, size_t __n)
81 memchr (void *__s, int __c, size_t __n) __THROW
83 return __builtin_memchr (__s, __c, __n);
87 memchr (__const void *__s, int __c, size_t __n) __THROW
89 return __builtin_memchr (__s, __c, __n);
94 extern void *memchr (__const void *__s, int __c, size_t __n)
103 extern "C++" void *rawmemchr (void *__s, int __c)
105 extern "C++" __const void *rawmemchr (__const void *__s, int __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 65 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
75 extern void *memchr (void *__s, int __c, size_t __n)
77 extern __const void *memchr (__const void *__s, int __c, size_t __n)
82 memchr (void *__s, int __c, size_t __n) __THROW
84 return __builtin_memchr (__s, __c, __n);
88 memchr (__const void *__s, int __c, size_t __n) __THROW
90 return __builtin_memchr (__s, __c, __n);
95 extern void *memchr (__const void *__s, int __c, size_t __n)
104 extern "C++" void *rawmemchr (void *__s, int __c)
106 extern "C++" __const void *rawmemchr (__const void *__s, int __c
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
55 { return this->do_open(__s, __loc); }
80 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
83 if (__builtin_strcmp(__s, "C") != 0
84 && __builtin_strcmp(__s, "POSIX") != 0)
87 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
55 { return this->do_open(__s, __loc); }
80 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
83 if (__builtin_strcmp(__s, "C") != 0
84 && __builtin_strcmp(__s, "POSIX") != 0)
87 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
54 { return this->do_open(__s, __loc); }
79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs)
82 if (__builtin_strcmp(__s, "C") != 0
83 && __builtin_strcmp(__s, "POSIX") != 0)
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);

Completed in 1370 milliseconds

1 2 3 45 6 7 8 91011>>