Searched refs:SWAP32 (Results 1 – 3 of 3) sorted by relevance
114 #define SWAP32(v) \ macro126 (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))139 #define U32TO32_BIG(v) SWAP32(v)145 #define U32TO32_LITTLE(v) SWAP32(v)
109 #define SWAP32(v) ((ROTL32(v, 8) & U32C(0x00FF00FF)) | (ROTL32(v, 24) & U32C(0xFF00FF00))) macro116 #define SWAP64(v) (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))129 #define U32TO32_BIG(v) SWAP32(v)135 #define U32TO32_LITTLE(v) SWAP32(v)
116 #define SWAP32(v) \ macro128 (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))141 #define U32TO32_BIG(v) SWAP32(v)147 #define U32TO32_LITTLE(v) SWAP32(v)