Searched defs:xchg (Results 1 - 25 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dsystem.h27 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dsystem.h27 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsystem.h89 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Datomic.h99 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsystem.h149 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsystem.h183 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dsystem.h34 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dsystem.h34 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsystem.h89 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Datomic.h99 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsystem.h149 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsystem.h183 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dsystem.h34 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dsystem.h34 #define xchg(ptr,x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsystem.h292 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsystem.h274 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsystem.h75 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsystem.h321 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsystem.h292 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsystem.h274 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsystem.h75 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsystem.h321 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsystem.h292 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dsystem.h51 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsystem.h113 #define xchg(ptr,v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v),(ptr),sizeof(*(ptr)))) macro

Completed in 145 milliseconds

12