Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dswab.h56 static inline __attribute_const__ __u32 __fswab32(__u32 val) in __fswab32() function
72 return (((__u64)__fswab32(l)) << 32) | ((__u64)(__fswab32(h))); in __fswab64()
119 __fswab32(x))
/external/u-boot/include/linux/byteorder/
Dswab.h87 __fswab32((x)))
94 # define __swab32(x) __fswab32(x)
112 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32() function