/linux-2.6.39/arch/m68k/include/asm/ |
D | swab.h | 10 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function 16 #define __arch_swab32 __arch_swab32 macro 19 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function 24 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | swab.h | 34 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 39 #define __arch_swab32 __arch_swab32 macro 43 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 65 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | swab.h | 19 __u32 __arch_swab32(__u32 x) in __arch_swab32() function 25 #define __arch_swab32 __arch_swab32 macro 34 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | swab.h | 12 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 28 #define __arch_swab32 __arch_swab32 macro 53 w.s.b = __arch_swab32(v.s.a); in __arch_swab64() 54 w.s.a = __arch_swab32(v.s.b); in __arch_swab64()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | swab.h | 7 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function 27 #define __arch_swab32 __arch_swab32 macro 45 v.s.a = __arch_swab32(v.s.a); in __arch_swab64() 46 v.s.b = __arch_swab32(v.s.b); in __arch_swab64()
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | swab.h | 14 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 20 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | swab.h | 9 __arch_swab32(__u32 x) in __arch_swab32() function 14 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | swab.h | 28 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function 32 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | swab.h | 19 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 33 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | swab.h | 10 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 38 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | swab.h | 22 static __inline__ __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 26 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | swab.h | 29 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 39 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | swab.h | 29 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function 39 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | swab.h | 34 static __inline__ __attribute_const__ __u32 __arch_swab32(__u32 xx) in __arch_swab32() function 38 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/s390/include/asm/ |
D | swab.h | 64 static inline __u32 __arch_swab32(__u32 x) in __arch_swab32() function 71 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | swab.h | 73 static inline __attribute_const__ __u32 __arch_swab32(__u32 value) in __arch_swab32() function 84 #define __arch_swab32 __arch_swab32 macro
|
/linux-2.6.39/arch/tile/include/asm/ |
D | swab.h | 19 #define __arch_swab32(x) __builtin_bswap32(x) macro
|
/linux-2.6.39/include/linux/ |
D | swab.h | 57 #ifdef __arch_swab32 in __fswab32() 58 return __arch_swab32(val); in __fswab32()
|