ecb_bswap16
ecb_function_ ecb_const uint16_t ecb_bswap16 (uint16_t x);
return (((uint32_t)ecb_bswap16 (x)) << 16) | ecb_bswap16 (x >> 16);