Searched refs:__bswap_constant_32 (Results 1 – 1 of 1) sorted by relevance
44 #define __bswap_constant_32(x) \ macro51 ({ register unsigned int __bsx = (x); __bswap_constant_32 (__bsx); }))56 return __bswap_constant_32 (__bsx); in __bswap_32()