Searched refs:__bswap_constant_32 (Results 1 – 5 of 5) sorted by relevance
43 #ifndef __bswap_constant_3244 #define __bswap_constant_32(x) \ macro
65 .sin_addr.s_addr = __bswap_constant_32(INADDR_ANY),
31 #define LE32(x) ((__BYTE_ORDER != __BIG_ENDIAN) ? (x) : __bswap_constant_32(x))
567 def __bswap_constant_32(x): return \ function573 def __bswap_32(x): return __bswap_constant_32 (x)
898 def __bswap_constant_32(x): return \ function904 def __bswap_32(x): return __bswap_constant_32 (x)