Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/development/ndk/platforms/android-L/include/linux/byteorder/
Dlittle_endian.h31 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
32 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
34 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
35 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
36 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
37 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
39 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
40 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
41 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
42 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument
[all …]
Dbig_endian.h31 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
32 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
34 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
35 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
36 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
37 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
39 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
40 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
41 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
42 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
/development/ndk/platforms/android-3/include/linux/byteorder/
Dbig_endian.h25 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
26 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
27 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
29 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
30 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
31 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
32 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
33 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
Dlittle_endian.h25 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
26 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
27 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
28 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
29 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
30 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
31 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
32 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
33 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
34 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument
[all …]
Dswab.h17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | … argument
19 #define ___swab32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << … argument
21 #define ___swab64(x) ({ __u64 __x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000… argument
23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) &… argument
24 #define ___constant_swab32(x) ((__u32)( (((__u32)(x) & (__u32)0x000000ffUL) << 24) | (((__u32… argument
25 #define ___constant_swab64(x) ((__u64)( (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << … argument
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) argument
31 #define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); }) argument
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) argument
38 #define __arch__swab16p(x) __arch__swab16(*(x)) argument
[all …]
Dswabb.h15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) <<… argument
16 #define ___swahb32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x00ff00ffUL) <<… argument
18 #define ___constant_swahw32(x) ((__u32)( (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | (((__u3… argument
19 #define ___constant_swahb32(x) ((__u32)( (((__u32)(x) & (__u32)0x00ff00ffUL) << 8) | (((__u32… argument
22 #define __arch__swahw32(x) ___swahw32(x) argument
25 #define __arch__swahb32(x) ___swahb32(x) argument
29 #define __arch__swahw32p(x) __swahw32(*(x)) argument
32 #define __arch__swahb32p(x) __swahb32(*(x)) argument
36 #define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0) argument
39 #define __arch__swahb32s(x) do { *(x) = __swahb32p((x)); } while (0) argument
[all …]
/development/ndk/platforms/android-3/include/linux/mtd/
Dcfi_endian.h17 #define cpu_to_cfi8(x) (x) argument
18 #define cfi8_to_cpu(x) (x) argument
19 #define cpu_to_cfi16(x) cpu_to_le16(x) argument
20 #define cpu_to_cfi32(x) cpu_to_le32(x) argument
21 #define cpu_to_cfi64(x) cpu_to_le64(x) argument
22 #define cfi16_to_cpu(x) le16_to_cpu(x) argument
23 #define cfi32_to_cpu(x) le32_to_cpu(x) argument
24 #define cfi64_to_cpu(x) le64_to_cpu(x) argument
26 #define cpu_to_cfi8(x) (x) argument
27 #define cfi8_to_cpu(x) (x) argument
[all …]
/development/ndk/platforms/android-L/include/sys/
Dendian.h57 #define __swap16gen(x) __statement({ \ argument
64 #define __swap32gen(x) __statement({ \ argument
73 #define __swap64gen(x) __statement({ \ argument
89 #define __swap16gen(x) \ argument
92 #define __swap32gen(x) \ argument
97 #define __swap64gen(x) \ argument
118 #define __swap16(x) __statement({ \ argument
125 #define __swap32(x) __statement({ \ argument
132 #define __swap64(x) __statement({ \ argument
183 #define htole16(x) (x) argument
[all …]
/development/ndk/platforms/android-3/include/sys/
Dendian.h56 #define __swap16gen(x) __statement({ \ argument
63 #define __swap32gen(x) __statement({ \ argument
72 #define __swap64gen(x) __statement({ \ argument
88 #define __swap16gen(x) \ argument
91 #define __swap32gen(x) \ argument
96 #define __swap64gen(x) \ argument
117 #define __swap16(x) __statement({ \ argument
124 #define __swap32(x) __statement({ \ argument
131 #define __swap64(x) __statement({ \ argument
198 #define htole16(x) (x) argument
[all …]
/development/ndk/platforms/android-L/include/linux/
Dswab.h25 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (… argument
26 #define ___constant_swab32(x) ((__u32)( (((__u32)(x) & (__u32)0x000000ffUL) << 24) | (((__u32)(… argument
27 #define ___constant_swab64(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (… argument
29 #define ___constant_swahw32(x) ((__u32)( (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | (((__u32)… argument
30 #define ___constant_swahb32(x) ((__u32)( (((__u32)(x) & (__u32)0x00ff00ffUL) << 8) | (((__u32)(… argument
55 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) argument
56 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x)) argument
57 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___constant_swab64(x) : __fswab64(x)) argument
59 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) : __fswahw32(… argument
60 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(… argument
/development/ndk/platforms/android-9/arch-x86/include/machine/
Dasm.h61 #define PIC_PLT(x) x@PLT argument
62 #define PIC_GOT(x) x@GOT(%ebx) argument
63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx) argument
67 #define PIC_PLT(x) x argument
68 #define PIC_GOT(x) x argument
69 #define PIC_GOTOFF(x) x argument
73 #define _ASM_LABEL(x) x argument
75 #define CVAROFF(x, y) _C_LABEL(x) + y argument
78 # define __CONCAT(x,y) x ## y argument
79 # define __STRING(x) #x argument
[all …]
/development/ndk/platforms/android-9/arch-mips/include/asm/sibyte/
Dsb1250_scd.h26 #define V_SYS_REVISION(x) _SB_MAKEVALUE(x, S_SYS_REVISION) argument
27 #define G_SYS_REVISION(x) _SB_GETVALUE(x, S_SYS_REVISION, M_SYS_REVISION) argument
75 #define V_SYS_L2C_SIZE(x) _SB_MAKEVALUE(x, S_SYS_L2C_SIZE) argument
76 #define G_SYS_L2C_SIZE(x) _SB_GETVALUE(x, S_SYS_L2C_SIZE, M_SYS_L2C_SIZE) argument
89 #define V_SYS_NUM_CPUS(x) _SB_MAKEVALUE(x, S_SYS_NUM_CPUS) argument
90 #define G_SYS_NUM_CPUS(x) _SB_GETVALUE(x, S_SYS_NUM_CPUS, M_SYS_NUM_CPUS) argument
94 #define V_SYS_PART(x) _SB_MAKEVALUE(x, S_SYS_PART) argument
95 #define G_SYS_PART(x) _SB_GETVALUE(x, S_SYS_PART, M_SYS_PART) argument
105 #define V_SYS_SOC_TYPE(x) _SB_MAKEVALUE(x, S_SYS_SOC_TYPE) argument
106 #define G_SYS_SOC_TYPE(x) _SB_GETVALUE(x, S_SYS_SOC_TYPE, M_SYS_SOC_TYPE) argument
[all …]
Dbcm1480_scd.h40 #define V_BCM1480_SYS_PLL_DIV(x) _SB_MAKEVALUE(x, S_BCM1480_SYS_PLL_DIV) argument
41 #define G_BCM1480_SYS_PLL_DIV(x) _SB_GETVALUE(x, S_BCM1480_SYS_PLL_DIV, M_BCM1480_SYS_PLL_DIV) argument
45 #define V_BCM1480_SYS_SW_DIV(x) _SB_MAKEVALUE(x, S_BCM1480_SYS_SW_DIV) argument
46 #define G_BCM1480_SYS_SW_DIV(x) _SB_GETVALUE(x, S_BCM1480_SYS_SW_DIV, M_BCM1480_SYS_SW_DIV) argument
52 #define V_BCM1480_SYS_BOOT_MODE(x) _SB_MAKEVALUE(x, S_BCM1480_SYS_BOOT_MODE) argument
54 #define G_BCM1480_SYS_BOOT_MODE(x) _SB_GETVALUE(x, S_BCM1480_SYS_BOOT_MODE, M_BCM1480_SYS_BOOT_MODE) argument
71 #define V_BCM1480_SYS_CONFIG(x) _SB_MAKEVALUE(x, S_BCM1480_SYS_CONFIG) argument
72 #define G_BCM1480_SYS_CONFIG(x) _SB_GETVALUE(x, S_BCM1480_SYS_CONFIG, M_BCM1480_SYS_CONFIG) argument
77 #define V_BCM1480_SYS_NODEID(x) _SB_MAKEVALUE(x, S_BCM1480_SYS_NODEID) argument
79 #define G_BCM1480_SYS_NODEID(x) _SB_GETVALUE(x, S_BCM1480_SYS_NODEID, M_BCM1480_SYS_NODEID) argument
[all …]
/development/ndk/platforms/android-3/include/linux/
Dcompiler.h23 #define __chk_user_ptr(x) (void)0 argument
24 #define __chk_io_ptr(x) (void)0 argument
25 #define __builtin_warning(x, y...) (1) argument
26 #define __acquires(x) argument
27 #define __releases(x) argument
28 #define __acquire(x) (void)0 argument
29 #define __release(x) (void)0 argument
30 #define __cond_lock(x) (x) argument
/development/ndk/platforms/android-3/arch-arm/include/machine/
Dasm.h42 # define _C_LABEL(x) x argument
45 # define _C_LABEL(x) _ ## x argument
47 # define _C_LABEL(x) _/**/x argument
50 #define _ASM_LABEL(x) x argument
53 # define __CONCAT(x,y) x ## y argument
54 # define __STRING(x) #x argument
56 # define __CONCAT(x,y) x/**/y argument
57 # define __STRING(x) "x" argument
72 #define _ENTRY(x) \ argument
75 #define _ASM_SIZE(x) .size x, .-x; argument
[all …]
/development/ndk/platforms/android-9/arch-mips/include/asm/
Ddebug.h21 #define db_assert(x) argument
22 #define db_warn(x) argument
24 #define db_verify(x, y) x argument
25 #define db_verify_warn(x, y) x argument
26 #define db_run(x) argument
/development/ndk/platforms/android-L/arch-x86/include/machine/
Dasm.h49 #define PIC_PLT(x) x@PLT argument
50 #define PIC_GOT(x) x@GOT(%ebx) argument
51 #define PIC_GOTOFF(x) x@GOTOFF(%ebx) argument
55 #define PIC_PLT(x) x argument
56 #define PIC_GOT(x) x argument
57 #define PIC_GOTOFF(x) x argument
/development/ndk/platforms/android-L/include/
Dmath.h85 #define fpclassify(x) \ argument
90 #define isfinite(x) \ argument
94 #define isinf(x) \ argument
98 #define isnan(x) \ argument
102 #define isnormal(x) \ argument
108 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
110 #define isless(x, y) __builtin_isless((x), (y)) argument
111 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
112 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/development/ndk/platforms/android-9/include/
Dmath.h96 #define fpclassify(x) \ argument
101 #define isfinite(x) \ argument
105 #define isinf(x) \ argument
109 #define isnan(x) \ argument
113 #define isnormal(x) \ argument
119 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
121 #define isless(x, y) __builtin_isless((x), (y)) argument
122 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/development/ndk/platforms/android-18/include/
Dmath.h96 #define fpclassify(x) \ argument
101 #define isfinite(x) \ argument
105 #define isinf(x) \ argument
109 #define isnan(x) \ argument
113 #define isnormal(x) \ argument
119 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
121 #define isless(x, y) __builtin_isless((x), (y)) argument
122 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/development/ndk/platforms/android-3/include/
Dmath.h96 #define fpclassify(x) \ argument
101 #define isfinite(x) \ argument
105 #define isinf(x) \ argument
109 #define isnan(x) \ argument
113 #define isnormal(x) \ argument
119 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
121 #define isless(x, y) __builtin_isless((x), (y)) argument
122 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/development/ndk/platforms/android-13/include/
Dmath.h96 #define fpclassify(x) \ argument
101 #define isfinite(x) \ argument
105 #define isinf(x) \ argument
109 #define isnan(x) \ argument
113 #define isnormal(x) \ argument
119 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
121 #define isless(x, y) __builtin_isless((x), (y)) argument
122 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
[all …]
/development/ndk/platforms/android-9/arch-x86/include/asm/
Duaccess_32.h36 #define set_fs(x) (current_thread_info()->addr_limit = (x)) argument
47 #define __get_user_x(size,ret,x,ptr) __asm__ __volatile__("call __get_user_" #size :"=a" (ret),… argument
49 #define get_user(x,ptr) ({ int __ret_gu; unsigned long __val_gu; __chk_user_ptr(ptr); switch… argument
50 #define __put_user_1(x, ptr) __asm__ __volatile__("call __put_user_1":"=a" (__ret_pu):"0" ((typeof(… argument
51 #define __put_user_2(x, ptr) __asm__ __volatile__("call __put_user_2":"=a" (__ret_pu):"0" ((typeof(… argument
52 #define __put_user_4(x, ptr) __asm__ __volatile__("call __put_user_4":"=a" (__ret_pu):"0" ((typeof(… argument
54 #define __put_user_8(x, ptr) __asm__ __volatile__("call __put_user_8":"=a" (__ret_pu):"A" ((typeof(… argument
55 #define __put_user_X(x, ptr) __asm__ __volatile__("call __put_user_X":"=a" (__ret_pu):"c" (ptr)) argument
56 #define put_user(x,ptr) ({ int __ret_pu; __typeof__(*(ptr)) __pus_tmp = x; __ret_pu=0; if(… argument
57 #define __get_user(x,ptr) __get_user_nocheck((x),(ptr),sizeof(*(ptr))) argument
[all …]
/development/ndk/platforms/android-L/arch-x86_64/include/machine/
Dasm.h41 #define PIC_PLT(x) x@PLT argument
42 #define PIC_GOT(x) x@GOTPCREL(%rip) argument
44 #define PIC_PLT(x) x argument
45 #define PIC_GOT(x) x argument
/development/ndk/platforms/android-3/arch-arm/include/asm/
Duaccess.h39 #define get_user(x,p) __get_user(x,p) argument
40 #define put_user(x,p) __put_user(x,p) argument
42 #define __get_user(x,ptr) ({ long __gu_err = 0; __get_user_err((x),(ptr),__gu_err); __gu_err… argument
43 #define __get_user_error(x,ptr,err) ({ __get_user_err((x),(ptr),err); (void) 0; }) argument
44 #define __get_user_err(x,ptr,err) do { unsigned long __gu_addr = (unsigned long)(ptr); unsigne… argument
45 #define __get_user_asm_byte(x,addr,err) __asm__ __volatile__( "1: ldrbt %1,[%2],#0\n" "2:\n" … argument
47 #define __get_user_asm_half(x,__gu_addr,err) ({ unsigned long __b1, __b2; __get_user_asm_byte(… argument
49 #define __get_user_asm_half(x,__gu_addr,err) ({ unsigned long __b1, __b2; __get_user_asm_byte(… argument
51 #define __get_user_asm_word(x,addr,err) __asm__ __volatile__( "1: ldrt %1,[%2],#0\n" "2:\n" … argument
52 #define __put_user(x,ptr) ({ long __pu_err = 0; __put_user_err((x),(ptr),__pu_err); __pu_err… argument
[all …]

12345678910>>...12