Searched refs:__arch_swab32 (Results 1 – 6 of 6) sorted by relevance
28 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function50 #define __arch_swab32 __arch_swab32 macro
35 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function48 #define __arch_swab32 __arch_swab32 macro
8 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function13 #define __arch_swab32 __arch_swab32 macro
58 #if defined(__arch_swab32) in __fswab32()59 return __arch_swab32(val); in __fswab32()
40 # define __arch_swab32(x) ld_le32(&x)
54 # define __arch_swab32(x) ld_le32(&x)