HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 226 - 250 of 931) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/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); })
  /prebuilts/ndk/9/platforms/android-9/arch-mips/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); })
  /prebuilts/ndk/9/platforms/android-9/arch-x86/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); })
  /prebuilts/ndk/9/sources/cxx-stl/EH/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.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_list.h 150 _Self __tmp = *this; local
152 return __tmp;
165 _Self __tmp = *this; local
167 return __tmp;
230 _Self __tmp = *this; local
232 return __tmp;
245 _Self __tmp = *this; local
247 return __tmp;
849 iterator __tmp = end(); local
850 --__tmp;
861 const_iterator __tmp = end(); local
1407 _Node* __tmp = _M_create_node(__x); local
1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
move.h 81 _Tp __tmp = _GLIBCXX_MOVE(__a); local
83 __b = _GLIBCXX_MOVE(__tmp);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_list.h 150 _Self __tmp = *this; local
152 return __tmp;
165 _Self __tmp = *this; local
167 return __tmp;
230 _Self __tmp = *this; local
232 return __tmp;
245 _Self __tmp = *this; local
247 return __tmp;
849 iterator __tmp = end(); local
850 --__tmp;
861 const_iterator __tmp = end(); local
1407 _Node* __tmp = _M_create_node(__x); local
1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
stl_list.h 150 _Self __tmp = *this; local
152 return __tmp;
165 _Self __tmp = *this; local
167 return __tmp;
230 _Self __tmp = *this; local
232 return __tmp;
245 _Self __tmp = *this; local
247 return __tmp;
849 iterator __tmp = end(); local
850 --__tmp;
861 const_iterator __tmp = end(); local
1407 _Node* __tmp = _M_create_node(__x); local
1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tempbuf.h 94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
96 if (__tmp != 0)
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
  /external/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
_string_io.h 44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
45 return __os << __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
_string_io.h 44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
45 return __os << __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
_bitset.c 180 basic_string<_CharT, _Traits> __tmp; local
181 __tmp.reserve(_Nb);
200 __tmp.push_back(__c);
208 if (__tmp.empty())
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
221 basic_string<_CharT, _Traits> __tmp; local
222 __x._M_copy_to_string(__tmp);
223 return __os << __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; local
69 return __tmp;
83 char_type __tmp(_M_fill);
85 return __tmp;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })

Completed in 1437 milliseconds

1 2 3 4 5 6 7 8 91011>>