Home
last modified time | relevance | path

Searched refs:ecb_bswap16 (Results 1 – 1 of 1) sorted by relevance

/libev/
H A Dev.c1086 #define ecb_bswap16(x) __builtin_bswap16 (x) macro
1088 #define ecb_bswap16(x) (__builtin_bswap32 (x) >> 16) macro
1094 #define ecb_bswap16(x) ((uint16_t)_byteswap_ushort ((uint16_t)(x))) macro
1098 ecb_function_ ecb_const uint16_t ecb_bswap16 (uint16_t x);
1100 ecb_bswap16 (uint16_t x) in ecb_bswap16() function
1109 return (((uint32_t)ecb_bswap16 (x)) << 16) | ecb_bswap16 (x >> 16); in ecb_bswap32()