HomeSort by relevance Sort by last modified time
    Searched full:__ret (Results 451 - 475 of 813) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
97 if (!__ret)
99 return __ret;
string_conversions.h 54 _Ret __ret; local
68 __ret = __tmp;
73 return __ret;
pool_allocator.h 209 pointer __ret = 0; local
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
240 __ret = reinterpret_cast<_Tp*>(__result);
242 if (__ret == 0)
246 return __ret;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
93 if (!__ret)
95 return __ret;
string_conversions.h 54 _Ret __ret; local
68 __ret = __tmp;
73 return __ret;
pool_allocator.h 202 pointer __ret = 0; local
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
233 __ret = reinterpret_cast<_Tp*>(__result);
235 if (__ret == 0)
239 return __ret;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 100 __uses_alloc_impl<_Tp, _Alloc, _Args...> __ret; local
101 __ret._M_a = &__a;
102 return __ret;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
97 if (!__ret)
99 return __ret;
string_conversions.h 54 _Ret __ret; local
68 __ret = __tmp;
73 return __ret;
pool_allocator.h 209 pointer __ret = 0; local
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
240 __ret = reinterpret_cast<_Tp*>(__result);
242 if (__ret == 0)
246 return __ret;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
uses_allocator.h 100 __uses_alloc_impl<_Tp, _Alloc, _Args...> __ret; local
101 __ret._M_a = &__a;
102 return __ret;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
104 if (!__ret)
106 return __ret;
string_conversions.h 58 _Ret __ret; local
72 __ret = __tmp;
77 return __ret;
pool_allocator.h 216 pointer __ret = 0; local
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
247 __ret = reinterpret_cast<_Tp*>(__result);
249 if (__ret == 0)
253 return __ret;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 200 pointer __ret = 0; local
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
231 __ret = reinterpret_cast<_Tp*>(__result);
233 if (__builtin_expect(__ret == 0, 0))
237 return __ret;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 202 pointer __ret = 0; local
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
233 __ret = reinterpret_cast<_Tp*>(__result);
235 if (__ret == 0)
239 return __ret;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 202 pointer __ret = 0; local
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
233 __ret = reinterpret_cast<_Tp*>(__result);
235 if (__ret == 0)
239 return __ret;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 200 pointer __ret = 0; local
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
231 __ret = reinterpret_cast<_Tp*>(__result);
233 if (__builtin_expect(__ret == 0, 0))
237 return __ret;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 200 pointer __ret = 0; local
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
231 __ret = reinterpret_cast<_Tp*>(__result);
233 if (__builtin_expect(__ret == 0, 0))
237 return __ret;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 200 pointer __ret = 0; local
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
231 __ret = reinterpret_cast<_Tp*>(__result);
233 if (__builtin_expect(__ret == 0, 0))
237 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 200 pointer __ret = 0; local
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
231 __ret = reinterpret_cast<_Tp*>(__result);
233 if (__builtin_expect(__ret == 0, 0))
237 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 202 pointer __ret = 0; local
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
233 __ret = reinterpret_cast<_Tp*>(__result);
235 if (__ret == 0)
239 return __ret;
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 134 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h 221 int __ret = 0; \
227 __ret = fn(__entry , ## args); \
228 if (__ret != 0) \
231 __ret; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h 46 const ctype_base::mask* __ret; local
57 __ret = *__ctype_b_loc();
59 __ret = __ctype_b;
66 return __ret;

Completed in 587 milliseconds

<<11121314151617181920>>