Searched refs:INT_SWAP_UNALIGNED_32 (Results 1 – 1 of 1) sorted by relevance
75 #define INT_SWAP_UNALIGNED_32(from,to) \ macro85 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); \