Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_arch.h111 #define INT_GET_UNALIGNED_32_BE(pointer) \ macro
119 (((__u64)(INT_GET_UNALIGNED_32_BE(((__u8*)(pointer)) )) << 32 ) \
120 |((__u64)(INT_GET_UNALIGNED_32_BE(((__u8*)(pointer))+4)) ))
134 #define INT_GET_UNALIGNED_32(pointer) INT_GET_UNALIGNED_32_BE(pointer)
241 (INT_GET_UNALIGNED_32_BE(pointer)) \