Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h25 __u16 __x = (x); \
27 (((__u16)(__x) & (__u16)0x00ffU) << 8) | \
28 (((__u16)(__x) & (__u16)0xff00U) >> 8) )); \
33 __u32 __x = (x); \
35 ((__x & (__u32)0x000000ffUL) << 16) | \
36 (__x & (__u32)0x0000ff00UL) | \
37 ((__x & (__u32)0x00ff0000UL) >> 16) )); \
42 __u32 __x = (x); \
44 (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | \
45 (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | \
[all …]
Dswabb.h30 __u32 __x = (x); \
32 (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | \
33 (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); \
37 __u32 __x = (x); \
39 (((__u32)(__x) & (__u32)0x00ff00ffUL) << 8) | \
40 (((__u32)(__x) & (__u32)0xff00ff00UL) >> 8) )); \
/linux-2.4.37.9/include/asm-s390/
Duaccess.h201 __typeof__(*(ptr)) __x = (x); \
205 __pu_err = __put_user_asm_1((__u8)(__u32) __x, \
209 __pu_err = __put_user_asm_2((__u16)(__u32) __x, \
213 __pu_err = __put_user_asm_4((__u32) __x, \
217 __pu_err = __put_user_asm_8((__u64) __x, \
336 __typeof__(*(ptr)) __x; \
340 __get_user_asm_1(__x, __gu_addr, __gu_err); \
343 __get_user_asm_2(__x, __gu_addr, __gu_err); \
346 __get_user_asm_4(__x, __gu_addr, __gu_err); \
349 __get_user_asm_8(__x, __gu_addr, __gu_err); \
[all …]
/linux-2.4.37.9/include/asm-s390x/
Duaccess.h179 __typeof__(*(ptr)) __x = (x); \
183 __pu_err = __put_user_asm_1((__u8)(__u64)(__x), \
187 __pu_err = __put_user_asm_2((__u16)(__u64)(__x),\
191 __pu_err = __put_user_asm_4((__u32)(__u64)(__x),\
195 __pu_err = __put_user_asm_8((__u64)(__x), \
292 __typeof__(*(ptr)) __x; \
296 __get_user_asm_1(__x,__gu_addr,__gu_err); \
299 __get_user_asm_2(__x,__gu_addr,__gu_err); \
302 __get_user_asm_4(__x,__gu_addr,__gu_err); \
305 __get_user_asm_8(__x,__gu_addr,__gu_err); \
[all …]
/linux-2.4.37.9/include/linux/
Dkernel.h175 ({ type __x = (x); type __y = (y); __x < __y ? __x: __y; })
177 ({ type __x = (x); type __y = (y); __x > __y ? __x: __y; })
/linux-2.4.37.9/include/asm-ppc64/
Dppc32.h36 #define A(__x) ((unsigned long)(__x)) argument
37 #define AA(__x) \ argument
41 : "0" (__x)); \
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h15 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument
16 #define AA(__x) \ argument
17 ((unsigned long)(__x))
/linux-2.4.37.9/arch/sparc64/solaris/
Dconv.h15 #define A(__x) \ argument
19 : "0" (__x)); \
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h424 ({ type __x = (x); type __y = (y); __x < __y ? __x: __y; })
426 ({ type __x = (x); type __y = (y); __x > __y ? __x: __y; })
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c162 #define A(__x) ((unsigned long)(__x)) argument
163 #define AA(__x) ((unsigned long)(__x)) argument
178 #define IPCOP_MASK(__x) (1UL << (__x)) argument
Dsocket32.c29 #define A(__x) ((unsigned long)(__x)) argument
30 #define AA(__x) ((unsigned long)(__x)) argument
Dsys_ia32.c72 #define A(__x) ((unsigned long)(__x)) argument
73 #define AA(__x) ((unsigned long)(__x)) argument
Dia32_ioctl.c116 #define A(__x) ((void *)(unsigned long)(__x)) argument
117 #define AA(__x) A(__x) argument
/linux-2.4.37.9/arch/sparc64/kernel/
Dsunos_ioctl32.c28 #define A(__x) \ argument
32 : "0" (__x)); \
Dbinfmt_aout32.c152 #define A(__x) ((unsigned long)(__x)) argument
Dsys_sunos32.c56 #define A(__x) \ argument
60 : "0" (__x)); \
Dsys_sparc32.c80 #define A(__x) ((unsigned long)(__x)) argument
81 #define AA(__x) \ argument
85 : "0" (__x)); \
419 #define IPCOP_MASK(__x) (1UL << ((__x)&~IPC_64)) argument
Dioctl32.c110 #define A(__x) ((unsigned long)(__x)) argument
111 #define AA(__x) \ argument
115 : "0" (__x)); \
/linux-2.4.37.9/drivers/net/
Dsunlance.c180 #define TX_NEXT(__x) (((__x)+1) & TX_RING_MOD_MASK) argument
185 #define RX_NEXT(__x) (((__x)+1) & RX_RING_MOD_MASK) argument
/linux-2.4.37.9/arch/ia64/ia32/
Dia32_signal.c34 #define A(__x) ((unsigned long)(__x)) argument
Dsys_ia32.c69 #define A(__x) ((unsigned long)(__x)) argument
70 #define AA(__x) ((unsigned long)(__x)) argument
2191 #define IPCOP_MASK(__x) (1UL << (__x)) argument
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c80 #define A(__x) ((unsigned long)(__x)) argument
81 #define AA(__x) ((unsigned long)((int)__x)) argument
Dioctl32.c103 #define A(__x) ((unsigned long)(__x)) argument
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c60 #define A(__x) ((unsigned long)(__x)) argument
Dioctl32.c89 #define A(__x) ((unsigned long)(__x)) argument

12