Searched defs:SWAP32 (Results 1 – 6 of 6) sorted by relevance
71 #define SWAP32(value) \ macro 81 #define SWAP32(value) (value) macro
97 #define SWAP32(p) { \ macro
72 #define SWAP32(value) \ macro
53 #define SWAP32(x) (((x) & 0xff) << 24 | ((x) & 0xff00) << 8 | \ macro 58 #define SWAP32(x) (x) macro [all...]
52 #define SWAP32(x) (((x) & 0xff) << 24 | ((x) & 0xff00) << 8 | \ macro
2213 #define SWAP32(_x) ((((uint32_t)(_x) & 0xFF)<<24) | \ macro