Searched refs:INT_SWAP32 (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.h73 #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var)))) macro
79 ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \

Completed in 42 milliseconds