Searched defs:__swab32 (Results 1 – 5 of 5) sorted by relevance
88 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro90 #define __swab32(x) \ macro
115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro117 #define __swab32(x) \ macro
55 #define __swab32(x) (__u32) __builtin_bswap32((__u32) (x)) macro