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