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

1 2 3

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
string.c 64 register signed char __res; local
67 if ((__res = *cs - *ct++) != 0 || !*cs++)
71 return __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++/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;
  /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)
  /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 102 UInt __res; local
106 "movl %%eax, %0\n" /* set __res = eax */
107 : "=mr" (__res)
110 return __res;
145 UInt __res; local
149 "movl %%eax, %0\n" /* set __res = %eax */
150 : "=mr" (__res)
153 return __res;
187 register UInt __res __asm__ ("r3");
191 : "=&r" (__res)
267 UInt __res; local
287 UInt __res; local
313 UInt __res; local
329 UInt __res; local
349 UInt __res; local
367 ULong __res; local
387 ULong __res; local
    [all...]
  /ndk/sources/cxx-stl/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
multimap.h 300 std::pair<_Base_iterator, _Base_iterator> __res = local
302 return std::make_pair(iterator(__res.first, this),
303 iterator(__res.second, this));
310 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
312 return std::make_pair(const_iterator(__res.first, this),
313 const_iterator(__res.second, this));
multiset.h 303 std::pair<_Base_iterator, _Base_iterator> __res = local
305 return std::make_pair(iterator(__res.first, this),
306 iterator(__res.second, this));
315 std::pair<_Base_iterator, _Base_iterator> __res = local
317 return std::make_pair(const_iterator(__res.first, this),
318 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 209 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
210 return std::pair<iterator, bool>(iterator(__res.first, this),
211 __res.second);
222 std::pair<_Base_iterator, bool> __res local
224 return std::pair<iterator, bool>(iterator(__res.first, this),
225 __res.second);
391 std::pair<_Base_iterator, _Base_iterator> __res = local
393 return std::make_pair(iterator(__res.first, this),
394 iterator(__res.second, this));
401 std::pair<_Base_const_iterator, _Base_const_iterator> __res local
    [all...]
multimap.h 373 std::pair<_Base_iterator, _Base_iterator> __res = local
375 return std::make_pair(iterator(__res.first, this),
376 iterator(__res.second, this));
382 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
384 return std::make_pair(const_iterator(__res.first, this),
385 const_iterator(__res.second, this));
multiset.h 364 std::pair<_Base_iterator, _Base_iterator> __res = local
366 return std::make_pair(iterator(__res.first, this),
367 iterator(__res.second, this));
375 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
377 return std::make_pair(const_iterator(__res.first, this),
378 const_iterator(__res.second, this));
set.h 199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
200 return std::pair<iterator, bool>(iterator(__res.first, this),
201 __res.second);
209 std::pair<_Base_iterator, bool> __res local
211 return std::pair<iterator, bool>(iterator(__res.first, this),
212 __res.second);
372 std::pair<_Base_iterator, _Base_iterator> __res = local
374 return std::make_pair(iterator(__res.first, this),
375 iterator(__res.second, this));
383 std::pair<_Base_iterator, _Base_iterator> __res local
    [all...]

Completed in 1042 milliseconds

1 2 3