Searched defs:__bswap_32 (Results 1 – 2 of 2) sorted by relevance
29 # define __bswap_32(x) \ macro36 __bswap_32 (unsigned int __bsx) in __bswap_32() function
29 #define __bswap_32(x) ((uint32_t) ((((x) >> 24) & 0xff) | \ macro