Searched refs:__swab16 (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/byteorder/
H A Dbig_endian.h34 #define __cpu_to_le16(x) ((__force __le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
H A Dlittle_endian.h40 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
41 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
H A Dswab.h114 # define __swab16(x) \ macro
127 # define __swab16(x) __fswab16(x) macro
181 #define swab16 __swab16
/external/kernel-headers/original/linux/
H A Dswab.h96 * __swab16 - return a byteswapped 16-bit value
99 #define __swab16(x) \ macro
153 return __swab16(*p);
282 # define swab16 __swab16

Completed in 17 milliseconds