HomeSort by relevance Sort by last modified time
    Searched defs:__res (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/clang/lib/Headers/
bmi2intrin.h 77 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
78 *__P = (unsigned long long) (__res >> 64);
79 return (unsigned long long) __res;
87 unsigned long long __res = (unsigned long long) __X * __Y; local
88 *__P = (unsigned int) (__res >> 32);
89 return (unsigned int) __res;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmi2intrin.h 84 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
85 *__P = (unsigned long long) (__res >> 64);
86 return (unsigned long long) __res;
95 unsigned long long __res = (unsigned long long) __X * __Y; local
96 *__P = (unsigned int) (__res >> 32);
97 return (unsigned int) __res;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmi2intrin.h 84 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
85 *__P = (unsigned long long) (__res >> 64);
86 return (unsigned long long) __res;
95 unsigned long long __res = (unsigned long long) __X * __Y; local
96 *__P = (unsigned int) (__res >> 32);
97 return (unsigned int) __res;
  /prebuilts/sdk/renderscript/clang-include/
bmi2intrin.h 77 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
78 *__P = (unsigned long long) (__res >> 64);
79 return (unsigned long long) __res;
87 unsigned long long __res = (unsigned long long) __X * __Y; local
88 *__P = (unsigned int) (__res >> 32);
89 return (unsigned int) __res;
  /external/kernel-headers/original/asm-mips/
string.h 75 int __res; local
94 : "=r" (__cs), "=r" (__ct), "=r" (__res)
97 return __res;
106 int __res; local
127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res)
130 return __res;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 89 pointer __res = _M_allocator.allocate(__n + _M_extra); local
90 size_type* __ps = reinterpret_cast<size_type*>(__res);
92 return __res + _M_extra;
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
99 size_type* __ps = reinterpret_cast<size_type*>(__res);
101 return __res + _M_extra;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 91 pointer __res = _M_allocator.allocate(__n + _M_extra); local
92 size_type* __ps = reinterpret_cast<size_type*>(__res);
94 return __res + _M_extra;
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
101 size_type* __ps = reinterpret_cast<size_type*>(__res);
103 return __res + _M_extra;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 91 pointer __res = _M_allocator.allocate(__n + _M_extra); local
92 size_type* __ps = reinterpret_cast<size_type*>(__res);
94 return __res + _M_extra;
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
101 size_type* __ps = reinterpret_cast<size_type*>(__res);
103 return __res + _M_extra;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 89 pointer __res = _M_allocator.allocate(__n + _M_extra); local
90 size_type* __ps = reinterpret_cast<size_type*>(__res);
92 return __res + _M_extra;
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
99 size_type* __ps = reinterpret_cast<size_type*>(__res);
101 return __res + _M_extra;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 89 pointer __res = _M_allocator.allocate(__n + _M_extra); local
90 size_type* __ps = reinterpret_cast<size_type*>(__res);
92 return __res + _M_extra;
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
99 size_type* __ps = reinterpret_cast<size_type*>(__res);
101 return __res + _M_extra;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 89 pointer __res = _M_allocator.allocate(__n + _M_extra); local
90 size_type* __ps = reinterpret_cast<size_type*>(__res);
92 return __res + _M_extra;
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
99 size_type* __ps = reinterpret_cast<size_type*>(__res);
101 return __res + _M_extra;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
debug_allocator.h 89 pointer __res = _M_allocator.allocate(__n + _M_extra); local
90 size_type* __ps = reinterpret_cast<size_type*>(__res);
92 return __res + _M_extra;
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
99 size_type* __ps = reinterpret_cast<size_type*>(__res);
101 return __res + _M_extra;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
debug_allocator.h 91 pointer __res = _M_allocator.allocate(__n + _M_extra); local
92 size_type* __ps = reinterpret_cast<size_type*>(__res);
94 return __res + _M_extra;
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
101 size_type* __ps = reinterpret_cast<size_type*>(__res);
103 return __res + _M_extra;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h 91 pointer __res = _M_allocator.allocate(__n + _M_extra); local
92 size_type* __ps = reinterpret_cast<size_type*>(__res);
94 return __res + _M_extra;
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
101 size_type* __ps = reinterpret_cast<size_type*>(__res);
103 return __res + _M_extra;
  /external/grub/netboot/
linux-asm-string.h 257 register int __res; local
272 :"=a" (__res), "=&S" (d0), "=&D" (d1), "=&c" (d2)
274 return __res;
281 register int __res; local
287 :"=c" (__res), "=&D" (d0) :"1" (s),"a" (0), "0" (0xffffffff));
288 return __res;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_slist.h 131 __list2slist_info* __res = __get_object_info(__obj); local
132 if (__res)
133 __res->__opr_rewind();
139 __list2slist_info* __res = __get_object_info(__obj); local
140 if (__res)
141 __res->__record_operation();
154 __list2slist_info* __res = __get_object_info(__obj);
155 if (!__res)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_slist.h 131 __list2slist_info* __res = __get_object_info(__obj); local
132 if (__res)
133 __res->__opr_rewind();
139 __list2slist_info* __res = __get_object_info(__obj); local
140 if (__res)
141 __res->__record_operation();
154 __list2slist_info* __res = __get_object_info(__obj);
155 if (!__res)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_list_to_slist.h 131 __list2slist_info* __res = __get_object_info(__obj); local
132 if (__res)
133 __res->__opr_rewind();
139 __list2slist_info* __res = __get_object_info(__obj); local
140 if (__res)
141 __res->__record_operation();
154 __list2slist_info* __res = __get_object_info(__obj);
155 if (!__res)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_list_to_slist.h 124 __list2slist_info* __res = __get_object_info(__obj); local
125 if (__res)
126 __res->__opr_rewind();
132 __list2slist_info* __res = __get_object_info(__obj); local
133 if (__res)
134 __res->__record_operation();
147 __list2slist_info* __res = __get_object_info(__obj);
148 if (!__res)
  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 159 int __res = vsnprintf_l(__s, SIZE_MAX, __l, __format, __va); local
161 return __res;
168 int __res = vsnprintf_l(__s, __n , __l, __format, __va); local
170 return __res;
177 int __res = vasprintf(__s, __format, __va); local
179 return __res;
186 int __res = vsscanf(__s, __format, __va); local
188 return __res;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 297 std::pair<_Base_iterator, _Base_iterator> __res = local
299 return std::make_pair(iterator(__res.first),
300 iterator(__res.second));
309 std::pair<_Base_iterator, _Base_iterator> __res = local
311 return std::make_pair(const_iterator(__res.first),
312 const_iterator(__res.second));
set.h 187 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
188 return std::pair<iterator, bool>(iterator(__res.first),
189 __res.second);
197 std::pair<_Base_iterator, bool> __res local
199 return std::pair<iterator, bool>(iterator(__res.first),
200 __res.second);
307 std::pair<_Base_iterator, _Base_iterator> __res = local
309 return std::make_pair(iterator(__res.first),
310 iterator(__res.second));
319 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]
  /external/stlport/stlport/stl/debug/
_hashtable.h 210 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__obj); local
211 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); local
219 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
272 pair<_Base_iterator, _Base_iterator> __res = _M_non_dbg_impl.equal_range(__key); local
273 return pair<iterator,iterator> (iterator(&_M_iter_list,__res.first),
274 iterator(&_M_iter_list,__res.second));
279 pair <_Base_const_iterator, _Base_const_iterator> __res = _M_non_dbg_impl.equal_range(__key) local
    [all...]
_tree.h 224 _STLP_STD::pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique(__x); local
225 return pair<iterator, bool>(iterator(&_M_iter_list, __res.first), __res.second);
  /external/valgrind/main/coregrind/
m_debuglog.c 94 UInt __res; local
98 "movl %%eax, %0\n" /* set __res = eax */
99 : "=mr" (__res)
102 return __res;
137 UInt __res; local
141 "movl %%eax, %0\n" /* set __res = %eax */
142 : "=mr" (__res)
145 return __res;
179 register UInt __res __asm__ ("r3");
183 : "=&r" (__res)
259 UInt __res; local
279 UInt __res; local
305 UInt __res; local
321 UInt __res; local
341 UInt __res; local
359 ULong __res; local
379 ULong __res; local
418 UInt __res; local
    [all...]

Completed in 1478 milliseconds

1 2 3 4 5