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