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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
39 __result.append(__s);
46 operator+(const _CharT* __s,
48 _STLP_FIX_LITERAL_BUG(__s)
51 const size_t __n = _Traits::length(__s);
57 __result.append(__s, __s + __n)
    [all...]
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_operators.h 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
39 __result.append(__s);
46 operator+(const _CharT* __s,
48 _STLP_FIX_LITERAL_BUG(__s)
51 const size_t __n = _Traits::length(__s);
57 __result.append(__s, __s + __n)
    [all...]
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
88 (char *__restrict__ __s, int __n,
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream)
94 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __n > __ssp_bos (__s))
96 return __fgets_alias (__s, __n, __stream);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
88 (char *__restrict__ __s, int __n,
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream)
94 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __n > __ssp_bos (__s))
96 return __fgets_alias (__s, __n, __stream);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
88 (char *__restrict__ __s, int __n,
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream)
94 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __n > __ssp_bos (__s))
96 return __fgets_alias (__s, __n, __stream);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
_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/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
125 if (__s == __end) {
127 return __s;
156 if (!__c_type.is(ctype_base::space, *__s)) {
158 return __s;
160 ++__s;
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
163 ++__s;
169 __result = __get_string(__s, __end, __curs.begin(), __curs.end())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s
    [all...]
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/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s
    [all...]
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/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_mergesort.h 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_mergesort.h 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++)
144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s],
145 __sd->_M_temporary[__s]
146 + (__sd->_M_starts[__s + 1]
147 - __sd->_M_starts[__s]));
213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s
    [all...]
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 52 static __inline void srand(unsigned int __s) { srand48(__s); }
56 static __inline void srandom(unsigned int __s) { srand48(__s); }
  /external/clang/test/CodeGenCXX/
debug-info-template-quals.cpp 7 assign(const _CharT* __s, const basic_string<_CharT> &x)
  /prebuilts/gcc/darwin-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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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)

Completed in 1292 milliseconds

1 2 34 5 6 7 8 91011>>