Searched refs:__bswap_constant_16 (Results 1 – 5 of 5) sorted by relevance
38 #ifndef __bswap_constant_1639 #define __bswap_constant_16(x) \ macro
66 .sin_port = __bswap_constant_16(IIOD_PORT),78 .sin6_port = __bswap_constant_16(IIOD_PORT),
32 #define LE16(x) ((__BYTE_ORDER != __BIG_ENDIAN) ? (x) : __bswap_constant_16(x))
561 def __bswap_constant_16(x): return \ function565 def __bswap_16(x): return __bswap_constant_16 (x)
892 def __bswap_constant_16(x): return \ function896 def __bswap_16(x): return __bswap_constant_16 (x)