Searched refs:__arch_swab16 (Results 1 – 4 of 4) sorted by relevance
21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function33 #define __arch_swab16 __arch_swab16 macro
49 #if defined (__arch_swab16) in __fswab16()50 return __arch_swab16(val); in __fswab16()
39 # define __arch_swab16(x) ld_le16(&x)
53 # define __arch_swab16(x) ld_le16(&x)