Searched refs:INT_SWAP16 (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.h72 #define INT_SWAP16(type,var) ((typeof(type))(__swab16((__u16)(var)))) macro
80 ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \

Completed in 19 milliseconds