HomeSort by relevance Sort by last modified time
    Searched defs:__ret (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 54 _Ret __ret; local
68 __ret = __tmp;
73 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 54 _Ret __ret; local
68 __ret = __tmp;
73 return __ret;
malloc_allocator.h 96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
97 if (!__ret)
99 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++locale.h 75 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); local
77 const int __ret = __builtin_vsprintf(__out, __fmt, __args); local
87 return __ret;
  /prebuilts/ndk/8/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 134 pointer __ret = _M_array->begin() + _M_used; local
136 return __ret;
malloc_allocator.h 90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
91 if (!__ret)
93 return __ret;
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h 136 pointer __ret = _M_array->begin() + _M_used; local
138 return __ret;
malloc_allocator.h 92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
93 if (!__ret)
95 return __ret;
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 136 pointer __ret = _M_array->begin() + _M_used; local
138 return __ret;
malloc_allocator.h 92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
93 if (!__ret)
95 return __ret;
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 134 pointer __ret = _M_array->begin() + _M_used; local
136 return __ret;
malloc_allocator.h 90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); local
91 if (!__ret)
93 return __ret;
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 134 pointer __ret = _M_array->begin() + _M_used; local
136 return __ret;

Completed in 781 milliseconds

12 3 4 5 6 7