Searched refs:SWAP64 (Results 1 – 3 of 3) sorted by relevance
119 #define SWAP64(v) \ macro125 #define SWAP64(v) \ macro140 #define U64TO64_BIG(v) SWAP64(v)146 #define U64TO64_LITTLE(v) SWAP64(v)
112 #define SWAP64(v) \ macro116 #define SWAP64(v) (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32))) macro130 #define U64TO64_BIG(v) SWAP64(v)136 #define U64TO64_LITTLE(v) SWAP64(v)
121 #define SWAP64(v) \ macro127 #define SWAP64(v) \ macro142 #define U64TO64_BIG(v) SWAP64(v)148 #define U64TO64_LITTLE(v) SWAP64(v)