HomeSort by relevance Sort by last modified time
    Searched refs:__res (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /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)
  /prebuilts/ndk/9/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/9/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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)
  /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;
  /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;
sgiarcs.h 376 ({ long __res; \
383 : "=r" (__res), "=r" (__vec) \
386 (unsigned long) __res; \
390 ({ long __res; \
398 : "=r" (__res), "=r" (__vec) \
401 (unsigned long) __res; \
405 ({ long __res; \
414 : "=r" (__res), "=r" (__vec) \
417 __res; \
421 ({ long __res; \
    [all...]
  /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/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/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/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;
  /prebuilts/ndk/9/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/9/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
debug_allocator.h 90 pointer __res = _M_allocator.allocate(__n + _M_extra); local
91 size_type* __ps = reinterpret_cast<size_type*>(__res);
93 return __res + _M_extra;
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
100 size_type* __ps = reinterpret_cast<size_type*>(__res);
102 return __res + _M_extra;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h 58 int64_t __res; local
61 __res = *__ptr;
64 return __res;
85 bool __res = false; local
91 __res = true;
94 return __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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 190 __list2vector_info* __res = __get_object_info(__obj);
191 if (!__res)
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
195 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
196 __res->__set_vector_cost(__vc);
197 __res->__set_list_cost(__lc);
208 __list2vector_info* __res = __get_object_info(__obj); local
209 if (__res)
216 __list2vector_info* __res = __get_object_info(__obj); local
224 __list2vector_info* __res = __get_object_info(__obj); local
232 __list2vector_info* __res = __get_object_info(__obj); local
    [all...]
  /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_vector.h 190 __list2vector_info* __res = __get_object_info(__obj);
191 if (!__res)
194 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
195 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
196 __res->__set_vector_cost(__vc);
197 __res->__set_list_cost(__lc);
208 __list2vector_info* __res = __get_object_info(__obj); local
209 if (__res)
216 __list2vector_info* __res = __get_object_info(__obj); local
224 __list2vector_info* __res = __get_object_info(__obj); local
232 __list2vector_info* __res = __get_object_info(__obj); local
    [all...]

Completed in 514 milliseconds

1 23 4 5 6 7 8 91011>>