Searched refs:INT_SWAP64 (Results 1 – 1 of 1) sorted by relevance
66 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var)))) macro70 ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \