Searched refs:INT_SWAP16 (Results 1 – 1 of 1) sorted by relevance
87 #define INT_SWAP16(type,var) ((typeof(type))(__swab16((__u16)(var)))) macro95 ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \