Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dswab.h146 __fswab16((x)))
156 # define __swab16(x) __fswab16(x)
162 static __inline__ __u16 __fswab16(__u16 x) in __fswab16() function