Searched refs:__fswab32 (Results 1 – 3 of 3) sorted by relevance
57 static inline __attribute_const__ __u32 __fswab32(__u32 val) in __fswab32() function73 return (((__u64)__fswab32(l)) << 32) | ((__u64)(__fswab32(h))); in __fswab64()120 __fswab32(x))
87 __fswab32((x)))94 # define __swab32(x) __fswab32(x)112 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32() function
328 __fswab32(x))