Searched defs:__swab16 (Results 1 – 1 of 1) sorted by relevance
58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro62 #define __swab16(x) __fswab16(x) macro