Searched defs:__swab16 (Results 1 – 3 of 3) sorted by relevance
102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) macro104 #define __swab16(x) \ macro
80 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) macro82 #define __swab16(x) \ macro
54 #define __swab16(x) (__u16) __builtin_bswap16((__u16) (x)) macro