Home
last modified time | relevance | path

Searched refs:INT_SWAP_UNALIGNED_32 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_arch.h75 #define INT_SWAP_UNALIGNED_32(from,to) \ macro
85 INT_SWAP_UNALIGNED_32( ((__u8*)(from)) + 4, ((__u8*)(to))); \
86 INT_SWAP_UNALIGNED_32( ((__u8*)(from)), ((__u8*)(to)) + 4); \
273 INT_SWAP_UNALIGNED_32(from,to); \