Searched defs:swab32 (Results 1 – 4 of 4) sorted by relevance
32 #define swab32(x) \ macro51 #define swab32(x) ((uint32_t)__builtin_bswap32(x)) macro
13 #define swab32(x) __builtin_bswap32((x)) macro
28 #define swab32(x) \ macro
119 static inline u32 swab32(u32 w) in swab32() function