Home
last modified time | relevance | path

Searched refs:__swab16 (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dswab.h143 # define __swab16(x) \ macro
156 # define __swab16(x) __fswab16(x) macro
H A Dbig_endian.h34 #define __cpu_to_le16(x) ( (__le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x))
H A Dlittle_endian.h40 #define __cpu_to_be16(x) ( (__be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16( (__u16)(__be16)(x))