Searched refs:INT_SWAP64 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_arch.h74 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var)))) macro
78 ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \

Completed in 33 milliseconds