Searched defs:__swab32 (Results 1 – 1 of 1) sorted by relevance
59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro63 #define __swab32(x) __fswab32(x) macro