HomeSort by relevance Sort by last modified time
    Searched refs:__a (Results 101 - 125 of 1100) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
136 reset(__a.release());
152 operator=(auto_ptr<_Tp1>& __a) throw()
154 reset(__a.release());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
138 reset(__a.release());
154 operator=(auto_ptr<_Tp1>& __a) throw()
156 reset(__a.release());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
138 reset(__a.release());
154 operator=(auto_ptr<_Tp1>& __a) throw()
156 reset(__a.release());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
136 reset(__a.release());
152 operator=(auto_ptr<_Tp1>& __a) throw()
154 reset(__a.release());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
136 reset(__a.release());
152 operator=(auto_ptr<_Tp1>& __a) throw()
154 reset(__a.release());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
136 reset(__a.release());
152 operator=(auto_ptr<_Tp1>& __a) throw()
154 reset(__a.release());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
136 reset(__a.release());
152 operator=(auto_ptr<_Tp1>& __a) throw()
154 reset(__a.release());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
138 reset(__a.release());
154 operator=(auto_ptr<_Tp1>& __a) throw()
156 reset(__a.release());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 107 * @param __a Another %auto_ptr of the same type.
109 * This object now @e owns the object previously owned by @a __a,
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
116 * @param __a Another %auto_ptr of a different but related type.
121 * This object now @e owns the object previously owned by @a __a,
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
129 * @param __a Another %auto_ptr of the same type.
131 * This object now @e owns the object previously owned by @a __a,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
138 reset(__a.release());
154 operator=(auto_ptr<_Tp1>& __a) throw()
156 reset(__a.release());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 107 * @param __a Another %auto_ptr of the same type.
109 * This object now @e owns the object previously owned by @a __a,
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
116 * @param __a Another %auto_ptr of a different but related type.
121 * This object now @e owns the object previously owned by @a __a,
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
129 * @param __a Another %auto_ptr of the same type.
131 * This object now @e owns the object previously owned by @a __a,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]

Completed in 623 milliseconds

1 2 3 45 6 7 8 91011>>