HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 26 - 50 of 1155) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local
44 if (__tmp != 0)
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local
44 if (__tmp != 0)
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local
44 if (__tmp != 0)
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local
44 if (__tmp != 0)
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); local
44 if (__tmp != 0)
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
list.tcc 71 _Node* __tmp = __cur;
74 _M_get_Node_allocator().destroy(__tmp);
76 _M_get_Tp_allocator().destroy(&__tmp->_M_data);
78 _M_put_node(__tmp);
89 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
90 __tmp->hook(__position._M_node);
91 return iterator(__tmp);
100 _Node* __tmp = _M_create_node(__x);
101 __tmp->hook(__position._M_node);
102 return iterator(__tmp);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 71 _Node* __tmp = __cur;
74 _M_get_Node_allocator().destroy(__tmp);
76 _M_get_Tp_allocator().destroy(&__tmp->_M_data);
78 _M_put_node(__tmp);
89 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
90 __tmp->hook(__position._M_node);
91 return iterator(__tmp);
100 _Node* __tmp = _M_create_node(__x);
101 __tmp->hook(__position._M_node);
102 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 71 _Node* __tmp = __cur;
74 _M_get_Node_allocator().destroy(__tmp);
76 _M_get_Tp_allocator().destroy(&__tmp->_M_data);
78 _M_put_node(__tmp);
89 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
90 __tmp->hook(__position._M_node);
91 return iterator(__tmp);
100 _Node* __tmp = _M_create_node(__x);
101 __tmp->hook(__position._M_node);
102 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 71 _Node* __tmp = __cur;
74 _M_get_Node_allocator().destroy(__tmp);
76 _M_get_Tp_allocator().destroy(&__tmp->_M_data);
78 _M_put_node(__tmp);
89 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
90 __tmp->hook(__position._M_node);
91 return iterator(__tmp);
100 _Node* __tmp = _M_create_node(__x);
101 __tmp->hook(__position._M_node);
102 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
list.tcc 71 _Node* __tmp = __cur;
74 _M_get_Node_allocator().destroy(__tmp);
76 _M_get_Tp_allocator().destroy(&__tmp->_M_data);
78 _M_put_node(__tmp);
89 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
90 __tmp->hook(__position._M_node);
91 return iterator(__tmp);
100 _Node* __tmp = _M_create_node(__x);
101 __tmp->hook(__position._M_node);
102 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
list.tcc 73 _Node* __tmp = __cur;
76 _M_get_Node_allocator().destroy(__tmp);
78 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
80 _M_put_node(__tmp);
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
92 __tmp->_M_hook(__position._M_node);
93 return iterator(__tmp);
102 _Node* __tmp = _M_create_node(__x);
103 __tmp->_M_hook(__position._M_node);
104 return iterator(__tmp);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
list.tcc 72 _Node* __tmp = __cur;
75 _M_get_Node_allocator().destroy(__tmp);
77 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
79 _M_put_node(__tmp);
90 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
91 __tmp->_M_hook(__position._M_node);
92 return iterator(__tmp);
101 _Node* __tmp = _M_create_node(__x);
102 __tmp->_M_hook(__position._M_node);
103 return iterator(__tmp);
    [all...]
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
  /external/stlport/stlport/stl/
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
_ios.c 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local
52 return __tmp;
70 locale __tmp = ios_base::imbue(__loc); local
79 __tmp = ios_base::imbue(__tmp);
82 return __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
94 __tmp.flags(__os.flags());
95 __tmp.imbue(__os.getloc());
96 __tmp.precision(__os.precision());
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
98 return __os << __tmp.str();
_ios.c 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; local
52 return __tmp;
70 locale __tmp = ios_base::imbue(__loc); local
79 __tmp = ios_base::imbue(__tmp);
82 return __tmp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
messages_members.h 58 char* __tmp = new char[__len]; local
59 __builtin_memcpy(__tmp, __s, __len);
60 _M_name_messages = __tmp;
114 char* __tmp = new char[__len]; local
115 __builtin_memcpy(__tmp, __s, __len);
116 this->_M_name_messages = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
messages_members.h 58 char* __tmp = new char[__len]; local
59 __builtin_memcpy(__tmp, __s, __len);
60 _M_name_messages = __tmp;
114 char* __tmp = new char[__len]; local
115 __builtin_memcpy(__tmp, __s, __len);
116 this->_M_name_messages = __tmp;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })

Completed in 1374 milliseconds

12 3 4 5 6 7 8 91011>>