HomeSort by relevance Sort by last modified time
    Searched full:__result (Results 301 - 325 of 725) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 82 _OutputIterator __result,
87 *__result = *__first;
89 ++__result;
91 return pair<_InputIterator, _OutputIterator>(__first, __result);
97 _OutputIterator __result,
103 __result));
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
129 return __gnu_cxx::__copy_n(__first, __count, __result,
163 const int __result = __builtin_memcmp(__first1, __first2,
165 return __result != 0 ? __resul
    [all...]
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 82 _OutputIterator __result,
87 *__result = *__first;
89 ++__result;
91 return pair<_InputIterator, _OutputIterator>(__first, __result);
97 _OutputIterator __result,
103 __result));
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
129 return __gnu_cxx::__copy_n(__first, __count, __result,
163 const int __result = __builtin_memcmp(__first1, __first2,
165 return __result != 0 ? __resul
    [all...]
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree     [all...]
  /external/e2fsprogs/intl/
libgettext.h 146 char *__result; \
157 __result = __translation__; \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
161 __result; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric 84 _Tp __result = __x;
90 __result = __monoid_op(__result, __x);
93 return __result;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pwd.h 142 struct passwd **__restrict __result);
148 struct passwd **__restrict __result);
153 struct passwd **__restrict __result);
167 struct passwd **__restrict __result);
shadow.h 122 size_t __buflen, struct spwd **__result);
126 struct spwd **__result);
130 struct spwd **__result);
134 struct spwd **__result);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 142 struct passwd **__restrict __result);
148 struct passwd **__restrict __result);
153 struct passwd **__restrict __result);
167 struct passwd **__restrict __result);
shadow.h 122 size_t __buflen, struct spwd **__result);
126 struct spwd **__result);
130 struct spwd **__result);
134 struct spwd **__result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 142 struct passwd **__restrict __result);
148 struct passwd **__restrict __result);
153 struct passwd **__restrict __result);
167 struct passwd **__restrict __result);
shadow.h 122 size_t __buflen, struct spwd **__result);
126 struct spwd **__result);
130 struct spwd **__result);
134 struct spwd **__result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 84 _Tp __result = __x;
90 __result = __monoid_op(__result, __x);
93 return __result;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 84 _Tp __result = __x;
90 __result = __monoid_op(__result, __x);
93 return __result;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric 84 _Tp __result = __x;
90 __result = __monoid_op(__result, __x);
93 return __result;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
numeric 84 _Tp __result = __x;
90 __result = __monoid_op(__result, __x);
93 return __result;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
numeric 86 _Tp __result = __x;
92 __result = __monoid_op(__result, __x);
95 return __result;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset 193 size_t __result = 0;
195 __result += __builtin_popcountl(_M_w[__i]);
196 return __result;
1034 std::basic_string<_CharT, _Traits, _Alloc> __result;
1035 _M_copy_to_string(__result, _CharT('0'), _CharT('1'));
1036 return __result;
1045 std::basic_string<_CharT, _Traits, _Alloc> __result;
1046 _M_copy_to_string(__result, __zero, __one);
1047 return __result;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
bitset 193 size_t __result = 0;
195 __result += __builtin_popcountl(_M_w[__i]);
196 return __result;
1034 std::basic_string<_CharT, _Traits, _Alloc> __result;
1035 _M_copy_to_string(__result, _CharT('0'), _CharT('1'));
1036 return __result;
1045 std::basic_string<_CharT, _Traits, _Alloc> __result;
1046 _M_copy_to_string(__result, __zero, __one);
1047 return __result;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
bitset 193 size_t __result = 0;
195 __result += __builtin_popcountl(_M_w[__i]);
196 return __result;
1034 std::basic_string<_CharT, _Traits, _Alloc> __result;
1035 _M_copy_to_string(__result, _CharT('0'), _CharT('1'));
1036 return __result;
1045 std::basic_string<_CharT, _Traits, _Alloc> __result;
1046 _M_copy_to_string(__result, __zero, __one);
1047 return __result;
    [all...]

Completed in 627 milliseconds

<<11121314151617181920>>