Searched refs:__arch_swab16 (Results 1 – 6 of 6) sorted by relevance
23 static inline __attribute__((const)) __u16 __arch_swab16(__u16 x) in __arch_swab16() function27 #define __arch_swab16 __arch_swab16 macro
36 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function69 #define __arch_swab16 __arch_swab16 macro
21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function33 #define __arch_swab16 __arch_swab16 macro
26 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function35 #define __arch_swab16 __arch_swab16 macro
50 #if defined (__arch_swab16) in __fswab16()51 return __arch_swab16(val); in __fswab16()
29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro