Home
last modified time | relevance | path

Searched refs:__fswab32 (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.h150 __fswab32((x)))
157 # define __swab32(x) __fswab32(x)
175 static __inline__ __u32 __fswab32(__u32 x) in __fswab32() function