Searched refs:INT_SWAP32 (Results 1 – 1 of 1) sorted by relevance
65 #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var)))) macro71 ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \