/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/ |
ip6_tables.h | 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/ |
ip6_tables.h | 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv6/ |
ip6_tables.h | 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | 162 is(mask __m, char_type __c) const 163 { return this->do_is(__m, __c); } 195 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const 196 { return this->do_scan_is(__m, __lo, __hi); } 211 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const 212 { return this->do_scan_not(__m, __lo, __hi); } 371 do_is(mask __m, char_type __c) const = 0; 409 do_scan_is(mask __m, const char_type* __lo, 428 do_scan_not(mask __m, const char_type* __lo, 623 do_is(mask __m, char_type __c) const [all...] |
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/bits/ |
locale_facets.h | 162 is(mask __m, char_type __c) const 163 { return this->do_is(__m, __c); } 195 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const 196 { return this->do_scan_is(__m, __lo, __hi); } 211 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const 212 { return this->do_scan_not(__m, __lo, __hi); } 371 do_is(mask __m, char_type __c) const = 0; 409 do_scan_is(mask __m, const char_type* __lo, 428 do_scan_not(mask __m, const char_type* __lo, 623 do_is(mask __m, char_type __c) const [all...] |
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/bits/ |
locale_facets.h | 162 is(mask __m, char_type __c) const 163 { return this->do_is(__m, __c); } 195 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const 196 { return this->do_scan_is(__m, __lo, __hi); } 211 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const 212 { return this->do_scan_not(__m, __lo, __hi); } 371 do_is(mask __m, char_type __c) const = 0; 409 do_scan_is(mask __m, const char_type* __lo, 428 do_scan_not(mask __m, const char_type* __lo, 623 do_is(mask __m, char_type __c) const [all...] |
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) {}
|
/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...] |
_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;
|
/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...] |
_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;
|
/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...] |
_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;
|
/prebuilt/ndk/android-ndk-r6/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...] |
_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;
|
/bionic/libc/kernel/arch-sh/asm/ |
system.h | 23 #define __icbi() { unsigned long __addr; __addr = 0xa8000000; __asm__ __volatile__( "icbi %0\n\t" : : "m" (__m(__addr))); }
|
uaccess.h | 34 #define __m(x) (*(struct __large_struct __user *)(x)) macro
|
/bionic/libc/kernel/arch-x86/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))
|
/development/ndk/platforms/android-9/arch-x86/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-r4/platforms/android-5/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-r4/platforms/android-8/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/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))
|
/external/kernel-headers/original/asm-x86/ |
uaccess_32.h | 326 #define __m(x) (*(struct __large_struct __user *)(x)) macro 346 : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 386 : "m"(__m(addr)), "i"(errret), "0"(err))
|