Searched defs:BSWAP_32 (Results 1 – 2 of 2) sorted by relevance
110 #define BSWAP_32(x) (((uint32_t)(x) << 24) | \ macro
101 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro