Home
last modified time | relevance | path

Searched defs:__arch_swab16 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/nios2/include/uapi/asm/
A Dswab.h23 static inline __attribute__((const)) __u16 __arch_swab16(__u16 x) in __arch_swab16() function
27 #define __arch_swab16 __arch_swab16 macro
/linux/arch/xtensa/include/uapi/asm/
A Dswab.h36 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
69 #define __arch_swab16 __arch_swab16 macro
/linux/arch/mips/include/uapi/asm/
A Dswab.h21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/linux/arch/ia64/include/uapi/asm/
A Dswab.h29 static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/linux/arch/sh/include/uapi/asm/
A Dswab.h26 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
35 #define __arch_swab16 __arch_swab16 macro
/linux/arch/arm/include/asm/
A Dswab.h29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro
/linux/arch/nds32/include/asm/
A Dswab.h28 #define __arch_swab16(x) ___arch__swab16(x) macro

Completed in 5 milliseconds