/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
uaccess_32.h | 69 #define __m(x) (*(struct __large_struct __user *)(x)) macro 71 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 77 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const { 168 // Reduce __m to an equivalent number in the range [0, size()). We 171 long __n = __m;
|
_fstream.h | 168 _Self* open(const char* __s, ios_base::openmode __m) { 169 return _M_base._M_open(__s, __m) ? this : 0; 174 _Self* open(const char* __s, ios_base::openmode __m, 176 return _M_base._M_open(__s, __m, __protection) ? this : 0; 477 basic_ifstream(const char* __s, ios_base::openmode __m, 481 if (!_M_buf.open(__s, __m | ios_base::in, __protection)) 557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : 560 if (!_M_buf.open(__s, __m | ios_base::out, __protection)) 638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : 641 if (!_M_buf.open(__s, __m, __protection) [all...] |
_string.c | 401 const_iterator __m = __f + __len; local 402 _M_copy(__f, __m, __first); 403 _M_insert(__last, __m, __l, __self_ref ); 405 const_iterator __m = __f + __len; local 409 _M_insert(__last, __m, __l, true); 412 const_iterator __m = __f + __len; local 414 _M_insert(__last, __m, __l, true);
|
/external/stlport/stlport/stl/ |
_fstream.h | 168 _Self* open(const char* __s, ios_base::openmode __m) { 169 return _M_base._M_open(__s, __m) ? this : 0; 174 _Self* open(const char* __s, ios_base::openmode __m, 176 return _M_base._M_open(__s, __m, __protection) ? this : 0; 477 basic_ifstream(const char* __s, ios_base::openmode __m, 481 if (!_M_buf.open(__s, __m | ios_base::in, __protection)) 557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : 560 if (!_M_buf.open(__s, __m | ios_base::out, __protection)) 638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : 641 if (!_M_buf.open(__s, __m, __protection) [all...] |
_string.c | 401 const_iterator __m = __f + __len; local 402 _M_copy(__f, __m, __first); 403 _M_insert(__last, __m, __l, __self_ref ); 405 const_iterator __m = __f + __len; local 409 _M_insert(__last, __m, __l, true); 412 const_iterator __m = __f + __len; local 414 _M_insert(__last, __m, __l, true);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 168 _Self* open(const char* __s, ios_base::openmode __m) { 169 return _M_base._M_open(__s, __m) ? this : 0; 174 _Self* open(const char* __s, ios_base::openmode __m, 176 return _M_base._M_open(__s, __m, __protection) ? this : 0; 477 basic_ifstream(const char* __s, ios_base::openmode __m, 481 if (!_M_buf.open(__s, __m | ios_base::in, __protection)) 557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : 560 if (!_M_buf.open(__s, __m | ios_base::out, __protection)) 638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : 641 if (!_M_buf.open(__s, __m, __protection) [all...] |
_string.c | 401 const_iterator __m = __f + __len; local 402 _M_copy(__f, __m, __first); 403 _M_insert(__last, __m, __l, __self_ref ); 405 const_iterator __m = __f + __len; local 409 _M_insert(__last, __m, __l, true); 412 const_iterator __m = __f + __len; local 414 _M_insert(__last, __m, __l, true);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 168 _Self* open(const char* __s, ios_base::openmode __m) { 169 return _M_base._M_open(__s, __m) ? this : 0; 174 _Self* open(const char* __s, ios_base::openmode __m, 176 return _M_base._M_open(__s, __m, __protection) ? this : 0; 477 basic_ifstream(const char* __s, ios_base::openmode __m, 481 if (!_M_buf.open(__s, __m | ios_base::in, __protection)) 557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : 560 if (!_M_buf.open(__s, __m | ios_base::out, __protection)) 638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : 641 if (!_M_buf.open(__s, __m, __protection) [all...] |
_string.c | 401 const_iterator __m = __f + __len; local 402 _M_copy(__f, __m, __first); 403 _M_insert(__last, __m, __l, __self_ref ); 405 const_iterator __m = __f + __len; local 409 _M_insert(__last, __m, __l, true); 412 const_iterator __m = __f + __len; local 414 _M_insert(__last, __m, __l, true);
|
/bionic/libc/kernel/arch-sh/asm/ |
uaccess.h | 34 #define __m(x) (*(struct __large_struct __user *)(x)) macro
|
/external/stlport/src/ |
ctype.cpp | 304 _Ctype_is_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {} 312 _Ctype_not_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {} 331 ctype<char>::scan_is(ctype_base::mask __m, const char* __low, const char* __high) const 332 { return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m, _M_ctype_table)); } 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const 339 { return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m, _M_ctype_table)); }
|
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 304 _Ctype_is_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {} 312 _Ctype_not_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {} 331 ctype<char>::scan_is(ctype_base::mask __m, const char* __low, const char* __high) const 332 { return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m, _M_ctype_table)); } 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const 339 { return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m, _M_ctype_table)); }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hashtable.h | 823 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 824 if (_M_buckets[__m]) 826 iterator(_M_buckets[__m], this)); 851 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 852 if (_M_buckets[__m]) 854 const_iterator(_M_buckets[__m], this)) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 823 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 824 if (_M_buckets[__m]) 826 iterator(_M_buckets[__m], this)); 851 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 852 if (_M_buckets[__m]) 854 const_iterator(_M_buckets[__m], this)) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 823 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 824 if (_M_buckets[__m]) 826 iterator(_M_buckets[__m], this)); 851 for (size_type __m = __n + 1; __m < _M_buckets.size(); ++__m) 852 if (_M_buckets[__m]) 854 const_iterator(_M_buckets[__m], this)) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random | 58 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m, bool> 63 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m> 66 { return _Mod<_Tp, __a, __c, __m, __m == 0>::__calc(__x); } 338 * large enough to store values up to (__m-1). If the template parameter 339 * @p __m is 0, the modulus @p __m used is 341 * parameters @p __a and @p __c must be less than @p __m. 345 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 349 // __glibcpp_class_requires(__a < __m && __c < __m [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 58 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m, bool> 63 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m> 66 { return _Mod<_Tp, __a, __c, __m, __m == 0>::__calc(__x); } 338 * large enough to store values up to (__m-1). If the template parameter 339 * @p __m is 0, the modulus @p __m used is 341 * parameters @p __a and @p __c must be less than @p __m. 345 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 349 // __glibcpp_class_requires(__a < __m && __c < __m [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 58 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m, bool> 63 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m> 66 { return _Mod<_Tp, __a, __c, __m, __m == 0>::__calc(__x); } 338 * large enough to store values up to (__m-1). If the template parameter 339 * @p __m is 0, the modulus @p __m used is 341 * parameters @p __a and @p __c must be less than @p __m. 345 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 349 // __glibcpp_class_requires(__a < __m && __c < __m [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
mask_array.h | 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) 144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
valarray | 777 valarray<_Tp>::operator[](const valarray<bool>& __m) const 780 size_t __e = __m.size(); 782 if (__m[__i]) ++__s; 784 _Array<bool> (__m))); 789 valarray<_Tp>::operator[](const valarray<bool>& __m) 792 size_t __e = __m.size(); 794 if (__m[__i]) ++__s; 795 return mask_array<_Tp>(_Array<_Tp>(_M_data), __s, _Array<bool>(__m)); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) 144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 777 valarray<_Tp>::operator[](const valarray<bool>& __m) const 780 size_t __e = __m.size(); 782 if (__m[__i]) ++__s; 784 _Array<bool> (__m))); 789 valarray<_Tp>::operator[](const valarray<bool>& __m) 792 size_t __e = __m.size(); 794 if (__m[__i]) ++__s; 795 return mask_array<_Tp>(_Array<_Tp>(_M_data), __s, _Array<bool>(__m)); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) 144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 777 valarray<_Tp>::operator[](const valarray<bool>& __m) const 780 size_t __e = __m.size(); 782 if (__m[__i]) ++__s; 784 _Array<bool> (__m))); 789 valarray<_Tp>::operator[](const valarray<bool>& __m) 792 size_t __e = __m.size(); 794 if (__m[__i]) ++__s; 795 return mask_array<_Tp>(_Array<_Tp>(_M_data), __s, _Array<bool>(__m)); [all...] |